|
@@ -21,6 +21,7 @@
|
|
|
"checkSiteMap": true,
|
|
|
"uploadWithSourceMap": true,
|
|
|
"compileHotReLoad": false,
|
|
|
+ "lazyloadPlaceholderEnable": false,
|
|
|
"useMultiFrameRuntime": true,
|
|
|
"useApiHook": true,
|
|
|
"useApiHostProcess": true,
|
|
@@ -29,12 +30,16 @@
|
|
|
"disablePlugins": [],
|
|
|
"outputPath": ""
|
|
|
},
|
|
|
+ "enableEngineNative": false,
|
|
|
"useIsolateContext": true,
|
|
|
"userConfirmedBundleSwitch": false,
|
|
|
"packNpmManually": false,
|
|
|
"packNpmRelationList": [],
|
|
|
"minifyWXSS": false,
|
|
|
- "showES6CompileOption": false
|
|
|
+ "disableUseStrict": false,
|
|
|
+ "showES6CompileOption": false,
|
|
|
+ "useCompilerPlugins": false,
|
|
|
+ "minifyWXML": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "2.19.2",
|