You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.5 KiB
74 lines
1.5 KiB
3 years ago
|
{
|
||
|
"description": "项目配置文件",
|
||
|
"packOptions": {
|
||
|
"ignore": [
|
||
|
{
|
||
|
"type": "file",
|
||
|
"value": ".eslintrc.js"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"setting": {
|
||
|
"bundle": false,
|
||
|
"userConfirmedBundleSwitch": false,
|
||
|
"urlCheck": true,
|
||
|
"scopeDataCheck": false,
|
||
|
"coverView": true,
|
||
|
"es6": true,
|
||
|
"postcss": true,
|
||
|
"compileHotReLoad": false,
|
||
|
"lazyloadPlaceholderEnable": false,
|
||
|
"preloadBackgroundData": false,
|
||
|
"minified": true,
|
||
|
"autoAudits": false,
|
||
|
"newFeature": false,
|
||
|
"uglifyFileName": false,
|
||
|
"uploadWithSourceMap": true,
|
||
|
"useIsolateContext": true,
|
||
|
"nodeModules": false,
|
||
|
"enhance": true,
|
||
|
"useMultiFrameRuntime": true,
|
||
|
"useApiHook": true,
|
||
|
"useApiHostProcess": true,
|
||
|
"showShadowRootInWxmlPanel": true,
|
||
|
"packNpmManually": false,
|
||
|
"enableEngineNative": false,
|
||
|
"packNpmRelationList": [],
|
||
|
"minifyWXSS": true,
|
||
|
"showES6CompileOption": false,
|
||
|
"minifyWXML": true
|
||
|
},
|
||
|
"compileType": "miniprogram",
|
||
|
"libVersion": "2.19.4",
|
||
|
"appid": "wxdb1f3c2997df014a",
|
||
|
"projectname": "%E7%91%9E%E6%A2%A6%E6%80%9D%E5%B0%8F%E7%A8%8B%E5%BA%8F",
|
||
|
"debugOptions": {
|
||
|
"hidedInDevtools": []
|
||
|
},
|
||
|
"scripts": {},
|
||
|
"staticServerOptions": {
|
||
|
"baseURL": "",
|
||
|
"servePath": ""
|
||
|
},
|
||
|
"isGameTourist": false,
|
||
|
"condition": {
|
||
|
"search": {
|
||
|
"list": []
|
||
|
},
|
||
|
"conversation": {
|
||
|
"list": []
|
||
|
},
|
||
|
"game": {
|
||
|
"list": []
|
||
|
},
|
||
|
"plugin": {
|
||
|
"list": []
|
||
|
},
|
||
|
"gamePlugin": {
|
||
|
"list": []
|
||
|
},
|
||
|
"miniprogram": {
|
||
|
"list": []
|
||
|
}
|
||
|
}
|
||
|
}
|