From 97dddbdd386f68a7b1956756e79882cc13c12683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B6=A6=E5=AF=92?= Date: Wed, 10 Apr 2024 13:44:26 +0800 Subject: [PATCH] =?UTF-8?q?style:=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unpackage/dist/dev/mp-weixin/project.config.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json index 24c80c6..7f3270f 100644 --- a/unpackage/dist/dev/mp-weixin/project.config.json +++ b/unpackage/dist/dev/mp-weixin/project.config.json @@ -1,7 +1,8 @@ { "description": "项目配置文件。", "packOptions": { - "ignore": [] + "ignore": [], + "include": [] }, "setting": { "urlCheck": false, @@ -9,10 +10,15 @@ "postcss": false, "minified": false, "newFeature": true, - "bigPackageSizeSupport": true + "bigPackageSizeSupport": true, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + } }, "compileType": "miniprogram", - "libVersion": "", + "libVersion": "3.4.0", "appid": "wx4b1e354c9c4ed943", "projectname": "First_aid", "condition": { @@ -32,5 +38,9 @@ "current": -1, "list": [] } + }, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 } } \ No newline at end of file -- 1.8.3.1