mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-20 16:37:08 +00:00
Add bundlemon to watch bundle size (#7905)
This commit is contained in:
18
.bundlemonrc.json
Normal file
18
.bundlemonrc.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"baseDir": "dist",
|
||||
"files": [
|
||||
{
|
||||
"path": "leaflet.js"
|
||||
}
|
||||
],
|
||||
"reportOutput": [
|
||||
[
|
||||
"github",
|
||||
{
|
||||
"checkRun": true,
|
||||
"commitStatus": true,
|
||||
"prComment": false
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user