|
@@ -4,21 +4,33 @@ |
|
@@ -4,21 +4,33 @@ |
4
|
"ignore": []
|
4
|
"ignore": []
|
5
|
},
|
5
|
},
|
6
|
"setting": {
|
6
|
"setting": {
|
7
|
- "urlCheck": false,
|
7
|
+ "urlCheck": true,
|
8
|
"es6": true,
|
8
|
"es6": true,
|
9
|
"postcss": true,
|
9
|
"postcss": true,
|
10
|
"minified": true,
|
10
|
"minified": true,
|
11
|
"newFeature": true,
|
11
|
"newFeature": true,
|
12
|
- "autoAudits": false
|
12
|
+ "coverView": true,
|
|
|
13
|
+ "autoAudits": false,
|
|
|
14
|
+ "uglifyFileName": true,
|
|
|
15
|
+ "checkInvalidKey": true,
|
|
|
16
|
+ "checkSiteMap": true,
|
|
|
17
|
+ "uploadWithSourceMap": true,
|
|
|
18
|
+ "babelSetting": {
|
|
|
19
|
+ "ignore": [],
|
|
|
20
|
+ "disablePlugins": [],
|
|
|
21
|
+ "outputPath": ""
|
|
|
22
|
+ }
|
13
|
},
|
23
|
},
|
14
|
"compileType": "miniprogram",
|
24
|
"compileType": "miniprogram",
|
15
|
- "libVersion": "2.5.2",
|
|
|
16
|
- "appid": "wx9053b434e50ee2dd",
|
25
|
+ "libVersion": "2.8.0",
|
|
|
26
|
+ "appid": "wx3270c23301e2e158",
|
17
|
"projectname": "chuanda",
|
27
|
"projectname": "chuanda",
|
18
|
"debugOptions": {
|
28
|
"debugOptions": {
|
19
|
"hidedInDevtools": []
|
29
|
"hidedInDevtools": []
|
20
|
},
|
30
|
},
|
21
|
"isGameTourist": false,
|
31
|
"isGameTourist": false,
|
|
|
32
|
+ "simulatorType": "wechat",
|
|
|
33
|
+ "simulatorPluginLibVersion": {},
|
22
|
"condition": {
|
34
|
"condition": {
|
23
|
"search": {
|
35
|
"search": {
|
24
|
"current": -1,
|
36
|
"current": -1,
|