|
@@ -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.3",
|
|
|
"appid": "wx84ab1b5d609b805d",
|
|
|
"projectname": "kjds",
|
|
|
"condition": {
|
|
@@ -32,5 +38,9 @@
|
|
|
"current": -1,
|
|
|
"list": []
|
|
|
}
|
|
|
+ },
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
}
|
|
|
}
|