web.json
1.2 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
{
"copyFilesFilter": [
"../bin/**/*.*"
],
"openDataZone": false,
"compressJson": false,
"compressJsonFilter": [
"$basePath/**/*.{json,atlas}"
],
"compressJsonNoteList": [
""
],
"compressImage": false,
"compressImageFilter": [
"$basePath/**/*.{png,jpg}"
],
"compressImageNoteList": [
""
],
"compressJs": false,
"compressJsFilter": [
"$basePath/**/*.js"
],
"compressJsNoteList": [
""
],
"version": false,
"versionFilter": [
"$basePath/**/*.*",
"!$basePath/*.html",
"!$basePath/{version.json,game.js,game.json,project.config.json,weapp-adapter.js,project.swan.json,swan-game-adapter.js,main.js,gameConfig.json}",
"!$basePath/layaforqq/**/*.*"
],
"versionNoteList": [
"",
"",
"",
""
],
"packfile": false,
"packfileFilter": [
""
],
"packfileFullValue": [
"$basePath/**/*.*"
],
"packfileTargetValue": "",
"packfileNoteList": [
""
],
"clearReleaseDir": true,
"compile": true,
"onlyIndexJS": true,
"projectType": "ts",
"pubTime": 1583397971438
}