analyse
analyse copied to clipboard
Deploy most recent version to website
The deployed version at http://webpack.github.io/analyse/ is older than the code. I know at least it does not pop open a modal for multi-compiles as added in this commit: https://github.com/webpack/analyse/commit/20992e5a65775b5e8238e25f627cfaa1d548aaf6
I can run locally and it works, but it would be better the latest version if it were on the deployed website.
+1 It's broken, I'm able to select a file and after that nothing happens. I tried different browsers.
@peter-hartmann , seems webpack started adding a line of plain text at the beginning of the exported stats.json, and also at the end. After removing those and refreshing the page, I'm able to get the online version to work. Verified on a local build as well.