|
|
|
@ -21,9 +21,9 @@
|
|
|
|
|
"checkSiteMap": true, |
|
|
|
|
"uploadWithSourceMap": true, |
|
|
|
|
"compileHotReLoad": false, |
|
|
|
|
"useMultiFrameRuntime": false, |
|
|
|
|
"useApiHook": false, |
|
|
|
|
"useApiHostProcess": false, |
|
|
|
|
"useMultiFrameRuntime": true, |
|
|
|
|
"useApiHook": true, |
|
|
|
|
"useApiHostProcess": true, |
|
|
|
|
"babelSetting": { |
|
|
|
|
"ignore": [], |
|
|
|
|
"disablePlugins": [], |
|
|
|
@ -31,12 +31,13 @@
|
|
|
|
|
}, |
|
|
|
|
"enableEngineNative": false, |
|
|
|
|
"useIsolateContext": true, |
|
|
|
|
"useCompilerModule": true, |
|
|
|
|
"userConfirmedUseCompilerModuleSwitch": false, |
|
|
|
|
"userConfirmedBundleSwitch": false, |
|
|
|
|
"packNpmManually": false, |
|
|
|
|
"packNpmRelationList": [], |
|
|
|
|
"minifyWXSS": true |
|
|
|
|
"minifyWXSS": true, |
|
|
|
|
"disableUseStrict": false, |
|
|
|
|
"showES6CompileOption": false, |
|
|
|
|
"useCompilerPlugins": false |
|
|
|
|
}, |
|
|
|
|
"compileType": "miniprogram", |
|
|
|
|
"libVersion": "2.19.1", |
|
|
|
|