|
|
@@ -4,7 +4,7 @@
|
|
|
"ignore": []
|
|
|
},
|
|
|
"setting": {
|
|
|
- "urlCheck": false,
|
|
|
+ "urlCheck": true,
|
|
|
"es6": true,
|
|
|
"enhance": false,
|
|
|
"postcss": true,
|
|
|
@@ -22,22 +22,21 @@
|
|
|
"uploadWithSourceMap": true,
|
|
|
"compileHotReLoad": false,
|
|
|
"useMultiFrameRuntime": true,
|
|
|
- "useApiHook": true,
|
|
|
- "useApiHostProcess": true,
|
|
|
+ "useApiHook": false,
|
|
|
+ "useApiHostProcess": false,
|
|
|
"babelSetting": {
|
|
|
"ignore": [],
|
|
|
"disablePlugins": [],
|
|
|
"outputPath": ""
|
|
|
},
|
|
|
- "enableEngineNative": false,
|
|
|
- "bundle": false,
|
|
|
"useIsolateContext": true,
|
|
|
"useCompilerModule": true,
|
|
|
"userConfirmedUseCompilerModuleSwitch": false,
|
|
|
"userConfirmedBundleSwitch": false,
|
|
|
"packNpmManually": false,
|
|
|
"packNpmRelationList": [],
|
|
|
- "minifyWXSS": true
|
|
|
+ "minifyWXSS": true,
|
|
|
+ "bundle": false
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "",
|