|
@@ -1,36 +1,30 @@
|
|
|
{
|
|
|
"description": "项目配置文件。",
|
|
|
"packOptions": {
|
|
|
- "ignore": []
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
},
|
|
|
"setting": {
|
|
|
"urlCheck": false,
|
|
|
- "es6": false,
|
|
|
+ "es6": true,
|
|
|
"postcss": true,
|
|
|
- "minified": false,
|
|
|
+ "minified": true,
|
|
|
"newFeature": true,
|
|
|
- "bigPackageSizeSupport": true
|
|
|
+ "bigPackageSizeSupport": true,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
+ },
|
|
|
+ "enhance": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "",
|
|
|
- "appid": "wxfb8ee68c5e9a63e8",
|
|
|
+ "appid": "wx6cc481d94edbe039",
|
|
|
"projectname": "Applet",
|
|
|
- "condition": {
|
|
|
- "search": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "conversation": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "game": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "miniprogram": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- }
|
|
|
+ "condition": {},
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
}
|
|
|
}
|