|
@@ -6,6 +6,7 @@
|
|
|
"setting": {
|
|
|
"urlCheck": true,
|
|
|
"es6": true,
|
|
|
+ "enhance": false,
|
|
|
"postcss": true,
|
|
|
"preloadBackgroundData": false,
|
|
|
"minified": true,
|
|
@@ -15,20 +16,26 @@
|
|
|
"autoAudits": false,
|
|
|
"showShadowRootInWxmlPanel": true,
|
|
|
"scopeDataCheck": false,
|
|
|
+ "uglifyFileName": false,
|
|
|
"checkInvalidKey": true,
|
|
|
"checkSiteMap": true,
|
|
|
"uploadWithSourceMap": true,
|
|
|
+ "compileHotReLoad": false,
|
|
|
+ "useMultiFrameRuntime": true,
|
|
|
+ "useApiHook": true,
|
|
|
"babelSetting": {
|
|
|
"ignore": [],
|
|
|
"disablePlugins": [],
|
|
|
"outputPath": ""
|
|
|
},
|
|
|
+ "enableEngineNative": false,
|
|
|
+ "bundle": false,
|
|
|
+ "useIsolateContext": true,
|
|
|
"useCompilerModule": false,
|
|
|
"userConfirmedUseCompilerModuleSwitch": false,
|
|
|
- "useMultiFrameRuntime": true,
|
|
|
- "bundle": false,
|
|
|
- "useApiHook": true,
|
|
|
- "useApiHostProcess": true
|
|
|
+ "packNpmManually": false,
|
|
|
+ "packNpmRelationList": [],
|
|
|
+ "minifyWXSS": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "2.14.1",
|