forked from cozy/mespapiers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bundlemonrc
More file actions
37 lines (37 loc) · 751 Bytes
/
.bundlemonrc
File metadata and controls
37 lines (37 loc) · 751 Bytes
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
{
"baseDir": "./build",
"files": [
{
"path": "**/mespapiers.<hash>.js"
},
{
"path": "app-mespapiers.<hash>.min.css"
},
{
"path": "vendors/mespapiers.<hash>.js"
},
{
"path": "vendors-mespapiers.<hash>.<hash>.min.css"
},
{
"path": "img/icon.<hash>.svg"
},
{
"path": "img/*.<hash>.png"
}
],
"groups": [
{
"path": "**/*.js",
"maxPercentIncrease": 5
},
{
"path": "**/*.css"
},
{
"path": "img/*.*",
"maxPercentIncrease": 5
}
],
"reportOutput": ["github"]
}