This repository was archived by the owner on Feb 14, 2023. It is now read-only.
forked from godbasin/wxapp-typescript-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.config.json
More file actions
97 lines (97 loc) · 1.79 KB
/
Copy pathproject.config.json
File metadata and controls
97 lines (97 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"description": "项目配置文件",
"miniprogramRoot": "dist/",
"packOptions": {
"ignore": []
},
"compileType": "miniprogram",
"libVersion": "2.11.0",
"appid": "wx173f7884fa2f379e",
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": true,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false
},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {
"qywx_simulator_plugin": "2.4.0"
},
"projectname": "wxapp-typescript-start",
"scripts": {
"beforeCompile": "",
"beforePreview": "",
"beforeUpload": ""
},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"current": -1,
"list": []
},
"miniprogram": {
"current": 0,
"list": [
{
"id": -1,
"name": "pages/request/index",
"pathName": "pages/request/index",
"query": "",
"scene": null
},
{
"id": 1,
"name": "pages/style/index",
"pathName": "pages/style/index",
"query": "",
"scene": null
},
{
"id": 2,
"name": "pages/lifecycle/index",
"pathName": "pages/lifecycle/index",
"query": "",
"scene": null
},
{
"id": -1,
"name": "pages/qywx/index",
"pathName": "pages/qywx/index",
"scene": null
}
]
}
}
}