From c79f4fea5045445c40cd417c3bdcf78c843f87ae Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Thu, 05 Mar 2020 17:38:01 +0800
Subject: [PATCH] 1
---
SunshineLnsMinApp/project.config.json | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/SunshineLnsMinApp/project.config.json b/SunshineLnsMinApp/project.config.json
index 1ff0786..78b11fb 100644
--- a/SunshineLnsMinApp/project.config.json
+++ b/SunshineLnsMinApp/project.config.json
@@ -5,13 +5,25 @@
"es6": true,
"postcss": true,
"minified": true,
- "newFeature": true
+ "newFeature": true,
+ "coverView": true,
+ "autoAudits": false,
+ "checkInvalidKey": true,
+ "checkSiteMap": true,
+ "uploadWithSourceMap": true,
+ "babelSetting": {
+ "ignore": [],
+ "disablePlugins": [],
+ "outputPath": ""
+ }
},
"compileType": "miniprogram",
- "libVersion": "1.9.94",
+ "libVersion": "2.10.1",
"appid": "wx50bea0a98be5935d",
"projectname": "nsjc02",
"isGameTourist": false,
+ "simulatorType": "wechat",
+ "simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
--
Gitblit v1.8.0