diff --git a/project.config.json b/project.config.json index b6bd9e1..68522de 100644 --- a/project.config.json +++ b/project.config.json @@ -9,8 +9,20 @@ "postcss": true, "minified": true, "newFeature": true, + "coverView": true, "autoAudits": false, - "checkInvalidKey": true + "showShadowRootInWxmlPanel": true, + "scopeDataCheck": false, + "checkInvalidKey": true, + "checkSiteMap": true, + "uploadWithSourceMap": true, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + }, + "useCompilerModule": false, + "userConfirmedUseCompilerModuleSwitch": false }, "compileType": "miniprogram", "libVersion": "2.5.0",