Skip to content

Commit 801704a

Browse files
committed
chore: Add groups on bundlemon
This commit is preparation to track change of size after the split of vendors into two parts vendors and atlaskit
1 parent a089c7a commit 801704a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.bundlemonrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,19 @@
2626
"maxSize": "36 KB"
2727
}
2828
],
29+
"groups": [
30+
{
31+
"path": "app/**"
32+
},
33+
{
34+
"path": "public/**"
35+
},
36+
{
37+
"path": "intents/**"
38+
},
39+
{
40+
"path": "vendors/**"
41+
}
42+
],
2943
"reportOutput": ["github"]
3044
}

0 commit comments

Comments
 (0)