|
@@ -1,44 +1,32 @@
|
|
|
{
|
|
|
- "description": "项目配置文件。",
|
|
|
- "setting": {
|
|
|
- "urlCheck": false,
|
|
|
- "es6": true,
|
|
|
- "postcss": true,
|
|
|
- "minified": true,
|
|
|
- "newFeature": true,
|
|
|
- "autoAudits": false
|
|
|
- },
|
|
|
- "compileType": "miniprogram",
|
|
|
- "libVersion": "2.13.1",
|
|
|
- "appid": "wx6e03e5ada030b1aa",
|
|
|
- "projectname": "充电桩",
|
|
|
- "isGameTourist": false,
|
|
|
- "simulatorType": "wechat",
|
|
|
- "simulatorPluginLibVersion": {},
|
|
|
- "condition": {
|
|
|
- "search": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "conversation": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "plugin": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "game": {
|
|
|
- "currentL": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "gamePlugin": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "miniprogram": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- }
|
|
|
- }
|
|
|
+ "description": "项目配置文件。",
|
|
|
+ "setting": {
|
|
|
+ "urlCheck": false,
|
|
|
+ "es6": true,
|
|
|
+ "postcss": true,
|
|
|
+ "minified": true,
|
|
|
+ "newFeature": true,
|
|
|
+ "autoAudits": false,
|
|
|
+ "ignoreUploadUnusedFiles": true,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "compileType": "miniprogram",
|
|
|
+ "libVersion": "2.13.1",
|
|
|
+ "appid": "wx6e03e5ada030b1aa",
|
|
|
+ "projectname": "充电桩",
|
|
|
+ "simulatorType": "wechat",
|
|
|
+ "simulatorPluginLibVersion": {},
|
|
|
+ "condition": {},
|
|
|
+ "packOptions": {
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
+ },
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
+ }
|
|
|
}
|