|
@@ -7,10 +7,23 @@
|
|
"urlCheck": true,
|
|
"urlCheck": true,
|
|
"es6": true,
|
|
"es6": true,
|
|
"postcss": true,
|
|
"postcss": true,
|
|
|
|
+ "preloadBackgroundData": false,
|
|
"minified": true,
|
|
"minified": true,
|
|
"newFeature": true,
|
|
"newFeature": true,
|
|
|
|
+ "coverView": true,
|
|
"autoAudits": false,
|
|
"autoAudits": false,
|
|
- "coverView": true
|
|
|
|
|
|
+ "showShadowRootInWxmlPanel": true,
|
|
|
|
+ "scopeDataCheck": false,
|
|
|
|
+ "checkInvalidKey": true,
|
|
|
|
+ "checkSiteMap": true,
|
|
|
|
+ "uploadWithSourceMap": true,
|
|
|
|
+ "babelSetting": {
|
|
|
|
+ "ignore": [],
|
|
|
|
+ "disablePlugins": [],
|
|
|
|
+ "outputPath": ""
|
|
|
|
+ },
|
|
|
|
+ "useCompilerModule": false,
|
|
|
|
+ "userConfirmedUseCompilerModuleSwitch": false
|
|
},
|
|
},
|
|
"compileType": "miniprogram",
|
|
"compileType": "miniprogram",
|
|
"libVersion": "2.11.0",
|
|
"libVersion": "2.11.0",
|