|
@@ -23,16 +23,14 @@
|
|
"compileHotReLoad": false,
|
|
"compileHotReLoad": false,
|
|
"useMultiFrameRuntime": true,
|
|
"useMultiFrameRuntime": true,
|
|
"useApiHook": true,
|
|
"useApiHook": true,
|
|
- "useApiHostProcess": false,
|
|
|
|
|
|
+ "useApiHostProcess": true,
|
|
"babelSetting": {
|
|
"babelSetting": {
|
|
"ignore": [],
|
|
"ignore": [],
|
|
"disablePlugins": [],
|
|
"disablePlugins": [],
|
|
"outputPath": ""
|
|
"outputPath": ""
|
|
},
|
|
},
|
|
"enableEngineNative": false,
|
|
"enableEngineNative": false,
|
|
- "useIsolateContext": true,
|
|
|
|
- "useCompilerModule": true,
|
|
|
|
- "userConfirmedUseCompilerModuleSwitch": false,
|
|
|
|
|
|
+ "useIsolateContext": false,
|
|
"userConfirmedBundleSwitch": false,
|
|
"userConfirmedBundleSwitch": false,
|
|
"packNpmManually": true,
|
|
"packNpmManually": true,
|
|
"packNpmRelationList": [
|
|
"packNpmRelationList": [
|
|
@@ -41,7 +39,11 @@
|
|
"miniprogramNpmDistDir": "./"
|
|
"miniprogramNpmDistDir": "./"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- "minifyWXSS": true
|
|
|
|
|
|
+ "minifyWXSS": true,
|
|
|
|
+ "disableUseStrict": false,
|
|
|
|
+ "minifyWXML": true,
|
|
|
|
+ "showES6CompileOption": false,
|
|
|
|
+ "useCompilerPlugins": false
|
|
},
|
|
},
|
|
"compileType": "miniprogram",
|
|
"compileType": "miniprogram",
|
|
"libVersion": "2.17.0",
|
|
"libVersion": "2.17.0",
|