docs(): add notes on debugging webpack

[skip ci]
This commit is contained in:
Nolan Lawson 2018-05-01 17:00:34 -07:00
parent 429df7fbc5
commit d2d82ba2e3
1 changed files with 9 additions and 0 deletions

View File

@ -80,3 +80,12 @@ Tests use [TestCafé](https://devexpress.github.io/testcafe/). The tests have a
In principle the `0-` tests don't have to worry about
clobbering each other, whereas the `1-` ones do.
## Debugging Webpack
The Webpack Bundle Analyzer `report.html` and `stats.json` are available publicly via e.g.:
- [dev.pinafore.social/report.html](https://dev.pinafore.social/report.html)
- [dev.pinafore.social/stats.json](https://dev.pinafore.social/stats.json)
This is also available locally after `npm run build` at `.sapper/client/report.html`.