framework/js/.bundlewatch.config.json
David Wheatley 298f6c39f2
Add bundlewatch to track bundle size changes in PRs (#2695)
(Below steps already performed, but kept for future reference.)

Head here to get auth ID: https://service.bundlewatch.io/setup-github
Create repo secret called `BUNDLEWATCH_GITHUB_TOKEN` with the token inside
2021-03-17 14:54:42 +00:00

9 lines
113 B
JSON

{
"files": [
{
"path": "./dist/*.js"
}
],
"defaultCompression": "gzip"
}