|
@@ -1,7 +1,8 @@
|
|
|
{
|
|
|
"description": "项目配置文件。",
|
|
|
"packOptions": {
|
|
|
- "ignore": []
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
},
|
|
|
"setting": {
|
|
|
"urlCheck": false,
|
|
@@ -9,28 +10,20 @@
|
|
|
"postcss": false,
|
|
|
"minified": false,
|
|
|
"newFeature": true,
|
|
|
- "bigPackageSizeSupport": true
|
|
|
+ "bigPackageSizeSupport": true,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
+ }
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
- "libVersion": "",
|
|
|
- "appid": "wxcb284ff05d9ea544",
|
|
|
+ "libVersion": "3.1.2",
|
|
|
+ "appid": "touristappid",
|
|
|
"projectname": "kklbWe",
|
|
|
- "condition": {
|
|
|
- "search": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "conversation": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "game": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "miniprogram": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- }
|
|
|
+ "condition": {},
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
}
|
|
|
}
|