|
@@ -1,43 +1,39 @@
|
|
|
-{
|
|
|
- "description": "项目配置文件。",
|
|
|
- "packOptions": {
|
|
|
- "ignore": []
|
|
|
- },
|
|
|
- "setting": {
|
|
|
- "urlCheck": false,
|
|
|
- "es6": true,
|
|
|
- "postcss": true,
|
|
|
- "minified": true,
|
|
|
- "newFeature": true,
|
|
|
- "bigPackageSizeSupport": true
|
|
|
- },
|
|
|
- "compileType": "miniprogram",
|
|
|
- "libVersion": "",
|
|
|
- "appid": "wx23c71bee5876d1b9",
|
|
|
- "projectname": "test",
|
|
|
- "condition": {
|
|
|
- "search": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "conversation": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "game": {
|
|
|
- "current": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "miniprogram": {
|
|
|
- "current": 0,
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "name": "系统首页",
|
|
|
- "query": "",
|
|
|
- "id": 0,
|
|
|
- "pathName": "pages/index/index"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- }
|
|
|
+{
|
|
|
+ "description": "项目配置文件。",
|
|
|
+ "packOptions": {
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
+ },
|
|
|
+ "setting": {
|
|
|
+ "urlCheck": false,
|
|
|
+ "es6": true,
|
|
|
+ "postcss": true,
|
|
|
+ "minified": true,
|
|
|
+ "newFeature": true,
|
|
|
+ "bigPackageSizeSupport": true,
|
|
|
+ "babelSetting": {
|
|
|
+ "ignore": [],
|
|
|
+ "disablePlugins": [],
|
|
|
+ "outputPath": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "compileType": "miniprogram",
|
|
|
+ "libVersion": "",
|
|
|
+ "appid": "wx23c71bee5876d1b9",
|
|
|
+ "projectname": "test",
|
|
|
+ "condition": {
|
|
|
+ "miniprogram": {
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "name": "系统首页",
|
|
|
+ "pathName": "pages/index/index",
|
|
|
+ "query": ""
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
+ }
|
|
|
}
|