From ab9bc98c6f9ab820f7f4f343b524f7b8310ef272 Mon Sep 17 00:00:00 2001 From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com> Date: Mon, 17 Feb 2020 10:30:42 +0800 Subject: [PATCH] 南沙小程序修改 --- 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