|
|
@@ -21,19 +21,25 @@
|
|
|
"checkSiteMap": true,
|
|
|
"uploadWithSourceMap": true,
|
|
|
"compileHotReLoad": false,
|
|
|
- "useMultiFrameRuntime": false,
|
|
|
+ "lazyloadPlaceholderEnable": false,
|
|
|
+ "useMultiFrameRuntime": true,
|
|
|
"useApiHook": true,
|
|
|
+ "useApiHostProcess": true,
|
|
|
"babelSetting": {
|
|
|
"ignore": [],
|
|
|
"disablePlugins": [],
|
|
|
"outputPath": ""
|
|
|
},
|
|
|
"useIsolateContext": true,
|
|
|
- "useCompilerModule": true,
|
|
|
- "userConfirmedUseCompilerModuleSwitch": false,
|
|
|
+ "userConfirmedBundleSwitch": false,
|
|
|
"packNpmManually": false,
|
|
|
"packNpmRelationList": [],
|
|
|
- "useApiHostProcess": true
|
|
|
+ "minifyWXSS": true,
|
|
|
+ "disableUseStrict": false,
|
|
|
+ "showES6CompileOption": false,
|
|
|
+ "useCompilerPlugins": false,
|
|
|
+ "ignoreUploadUnusedFiles": true,
|
|
|
+ "minifyWXML": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "2.14.4",
|