Commit 97dddbdd386f68a7b1956756e79882cc13c12683
1 parent
db4e594f54
Exists in
master
and in
1 other branch
style:编译
Showing 1 changed file with 13 additions and 3 deletions
unpackage/dist/dev/mp-weixin/project.config.json
View file @
97dddbd
1 | 1 | { |
2 | 2 | "description": "项目配置文件。", |
3 | 3 | "packOptions": { |
4 | - "ignore": [] | |
4 | + "ignore": [], | |
5 | + "include": [] | |
5 | 6 | }, |
6 | 7 | "setting": { |
7 | 8 | "urlCheck": false, |
8 | 9 | |
... | ... | @@ -9,10 +10,15 @@ |
9 | 10 | "postcss": false, |
10 | 11 | "minified": false, |
11 | 12 | "newFeature": true, |
12 | - "bigPackageSizeSupport": true | |
13 | + "bigPackageSizeSupport": true, | |
14 | + "babelSetting": { | |
15 | + "ignore": [], | |
16 | + "disablePlugins": [], | |
17 | + "outputPath": "" | |
18 | + } | |
13 | 19 | }, |
14 | 20 | "compileType": "miniprogram", |
15 | - "libVersion": "", | |
21 | + "libVersion": "3.4.0", | |
16 | 22 | "appid": "wx4b1e354c9c4ed943", |
17 | 23 | "projectname": "First_aid", |
18 | 24 | "condition": { |
... | ... | @@ -32,6 +38,10 @@ |
32 | 38 | "current": -1, |
33 | 39 | "list": [] |
34 | 40 | } |
41 | + }, | |
42 | + "editorSetting": { | |
43 | + "tabIndent": "insertSpaces", | |
44 | + "tabSize": 2 | |
35 | 45 | } |
36 | 46 | } |