From c12abe9e93dd07607d46f2e61286a16dfb17721e Mon Sep 17 00:00:00 2001 From: chrisftian Date: Thu, 30 Jun 2022 15:46:07 +0800 Subject: [PATCH] del --- demo/project.config.json | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/demo/project.config.json b/demo/project.config.json index 674c38c..177f9f3 100644 --- a/demo/project.config.json +++ b/demo/project.config.json @@ -1,5 +1,5 @@ { - "description": "项目配置文件。", + "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "setting": { "urlCheck": false, "es6": false, @@ -33,23 +33,26 @@ "userConfirmedBundleSwitch": false, "packNpmManually": false, "packNpmRelationList": [], - "minifyWXSS": true + "minifyWXSS": true, + "disableUseStrict": false, + "showES6CompileOption": false, + "useCompilerPlugins": false, + "ignoreUploadUnusedFiles": false, + "useStaticServer": true }, "compileType": "miniprogram", - "libVersion": "1.6.0", + "libVersion": "2.24.0", "appid": "wx824a4317ff5271ed", "projectname": "demo", "simulatorType": "wechat", "simulatorPluginLibVersion": {}, - "condition": { - "search": { - "list": [] - }, - "conversation": { - "list": [] - }, - "miniprogram": { - "list": [] - } + "condition": {}, + "packOptions": { + "ignore": [], + "include": [] + }, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 } } \ No newline at end of file