|
@@ -27,16 +27,15 @@
|
|
|
"uploadWithSourceMap": true,
|
|
|
"compileHotReLoad": false,
|
|
|
"lazyloadPlaceholderEnable": false,
|
|
|
- "useMultiFrameRuntime": true,
|
|
|
- "useApiHook": true,
|
|
|
- "useApiHostProcess": true,
|
|
|
+ "useMultiFrameRuntime": false,
|
|
|
+ "useApiHook": false,
|
|
|
+ "useApiHostProcess": false,
|
|
|
"babelSetting": {
|
|
|
"ignore": [],
|
|
|
"disablePlugins": [],
|
|
|
"outputPath": ""
|
|
|
},
|
|
|
- "enableEngineNative": false,
|
|
|
- "useIsolateContext": true,
|
|
|
+ "useIsolateContext": false,
|
|
|
"userConfirmedBundleSwitch": false,
|
|
|
"packNpmManually": false,
|
|
|
"packNpmRelationList": [
|
|
@@ -49,7 +48,8 @@
|
|
|
"disableUseStrict": false,
|
|
|
"minifyWXML": true,
|
|
|
"showES6CompileOption": false,
|
|
|
- "useCompilerPlugins": false
|
|
|
+ "useCompilerPlugins": false,
|
|
|
+ "ignoreUploadUnusedFiles": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "2.19.4",
|