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