|
|
@@ -4,29 +4,39 @@
|
|
|
"ignore": []
|
|
|
},
|
|
|
"setting": {
|
|
|
- "urlCheck": true,
|
|
|
- "scopeDataCheck": false,
|
|
|
- "coverView": true,
|
|
|
- "es6": false,
|
|
|
+ "urlCheck": false,
|
|
|
+ "es6": true,
|
|
|
+ "enhance": true,
|
|
|
"postcss": true,
|
|
|
- "compileHotReLoad": false,
|
|
|
- "lazyloadPlaceholderEnable": false,
|
|
|
"preloadBackgroundData": false,
|
|
|
"minified": true,
|
|
|
- "autoAudits": false,
|
|
|
"newFeature": false,
|
|
|
+ "coverView": true,
|
|
|
+ "nodeModules": false,
|
|
|
+ "autoAudits": false,
|
|
|
+ "showShadowRootInWxmlPanel": true,
|
|
|
+ "scopeDataCheck": false,
|
|
|
"uglifyFileName": false,
|
|
|
+ "checkInvalidKey": true,
|
|
|
+ "checkSiteMap": true,
|
|
|
"uploadWithSourceMap": true,
|
|
|
- "useIsolateContext": true,
|
|
|
- "nodeModules": false,
|
|
|
- "enhance": true,
|
|
|
+ "compileHotReLoad": false,
|
|
|
+ "lazyloadPlaceholderEnable": false,
|
|
|
"useMultiFrameRuntime": true,
|
|
|
"useApiHook": true,
|
|
|
- "useApiHostProcess": true,
|
|
|
- "showShadowRootInWxmlPanel": true,
|
|
|
+ "useApiHostProcess": false,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
+ },
|
|
|
+ "enableEngineNative": false,
|
|
|
+ "useIsolateContext": true,
|
|
|
+ "userConfirmedBundleSwitch": false,
|
|
|
"packNpmManually": false,
|
|
|
"packNpmRelationList": [],
|
|
|
- "minifyWXSS": true
|
|
|
+ "minifyWXSS": true,
|
|
|
+ "showES6CompileOption": false
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "",
|