-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bundlemonrc
42 lines (42 loc) · 1.11 KB
/
.bundlemonrc
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
{
"baseDir": "./build",
"files": [
{
"path": "./dhis2-app-skeleton.zip",
"friendlyName": "Build ZIP",
"compression": "none",
"maxSize": "6 MB",
"maxPercentIncrease": "30"
},
{
"path": ".build/assets/index-<hash>.js",
"friendlyName": "Index",
"compression": "none",
"maxPercentIncrease": "30"
},
{
"path": "./**/*.{css,eot,html,ico,jpg,js,json,png,po,pot,ttf,webapp,woff,woff2}",
"friendlyName": "Build Folder Files",
"compression": "gzip"
}
],
"groups": [
{
"path": "./**/*.{css,eot,html,ico,jpg,js,json,png,po,pot,ttf,webapp,woff,woff2}",
"friendlyName": "Build Folder",
"compression": "gzip",
"maxSize": "6 MB",
"maxPercentIncrease": "30"
}
],
"reportOutput": [
[
"github",
{
"checkRun": true,
"commitStatus": true,
"prComment": true
}
]
]
}