1
0
mirror of https://github.com/flarum/core.git synced 2025-09-09 23:50:52 +02:00

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
This commit is contained in:
David Wheatley
2021-03-17 14:54:42 +00:00
committed by GitHub
parent 233b97329c
commit 298f6c39f2
4 changed files with 633 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
"webpack-merge": "^4.1.4"
},
"devDependencies": {
"bundlewatch": "^0.3.2",
"husky": "^4.2.5",
"prettier": "2.0.2"
},