From d2d82ba2e3ef0497daeb3710392bb3671b21c975 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 1 May 2018 17:00:34 -0700 Subject: [PATCH] docs(): add notes on debugging webpack [skip ci] --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 108eaba..cac4ab0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`. \ No newline at end of file