|
@@ -4,7 +4,39 @@
|
|
|
"ignore": []
|
|
|
},
|
|
|
"setting": {
|
|
|
- "urlCheck": false
|
|
|
+ "urlCheck": false,
|
|
|
+ "es6": true,
|
|
|
+ "enhance": true,
|
|
|
+ "postcss": true,
|
|
|
+ "preloadBackgroundData": false,
|
|
|
+ "minified": true,
|
|
|
+ "newFeature": false,
|
|
|
+ "coverView": true,
|
|
|
+ "nodeModules": false,
|
|
|
+ "autoAudits": false,
|
|
|
+ "showShadowRootInWxmlPanel": true,
|
|
|
+ "scopeDataCheck": false,
|
|
|
+ "uglifyFileName": false,
|
|
|
+ "checkInvalidKey": true,
|
|
|
+ "checkSiteMap": true,
|
|
|
+ "uploadWithSourceMap": true,
|
|
|
+ "compileHotReLoad": false,
|
|
|
+ "lazyloadPlaceholderEnable": false,
|
|
|
+ "useMultiFrameRuntime": true,
|
|
|
+ "useApiHook": true,
|
|
|
+ "useApiHostProcess": true,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
+ },
|
|
|
+ "enableEngineNative": false,
|
|
|
+ "useIsolateContext": true,
|
|
|
+ "userConfirmedBundleSwitch": false,
|
|
|
+ "packNpmManually": false,
|
|
|
+ "packNpmRelationList": [],
|
|
|
+ "minifyWXSS": true,
|
|
|
+ "showES6CompileOption": false
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "",
|
|
@@ -12,19 +44,15 @@
|
|
|
"projectname": "operatingCompany",
|
|
|
"condition": {
|
|
|
"search": {
|
|
|
- "current": -1,
|
|
|
"list": []
|
|
|
},
|
|
|
"conversation": {
|
|
|
- "current": -1,
|
|
|
"list": []
|
|
|
},
|
|
|
"game": {
|
|
|
- "current": -1,
|
|
|
"list": []
|
|
|
},
|
|
|
"miniprogram": {
|
|
|
- "current": -1,
|
|
|
"list": []
|
|
|
}
|
|
|
}
|