From c63e8b0cefc66ae038a011493eb7355b671f6eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Thu, 28 May 2020 18:33:45 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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",