Add bundlemon to watch bundle size (#7905)

This commit is contained in:
Jon Koops
2022-01-19 11:06:41 +01:00
committed by GitHub
parent ba7fdb9569
commit 4d63087d0d
4 changed files with 684 additions and 2 deletions

18
.bundlemonrc.json Normal file
View File

@ -0,0 +1,18 @@
{
"baseDir": "dist",
"files": [
{
"path": "leaflet.js"
}
],
"reportOutput": [
[
"github",
{
"checkRun": true,
"commitStatus": true,
"prComment": false
}
]
]
}