webpack-visualizer
webpack-visualizer copied to clipboard
Visualize your Webpack bundle
* Only ask for stats that may be useful sometime * Fix json escaping, using < actually doesn't work in strings, you need to use unicode This brought the html...
i install this plugin and add the configuration in the webpack.config.js according to the readme file,but when i run the npm start,the error above occured, anyone can show me how...
Something like ``` $ visualize stats.json ``` which will proceed to build chart and open web page (locally)
This is a nice plugin, but it should be possible to take the actual files content (not just the size) and run an on-the-fly gzip (e.g using zlib) to calculate...
I'd really like to be able to get this visualisation in jenkins for each successful deploy to encourage my developers to poke around and ask questions about the bundle size....
Add option to de-duplicate rings that don't convey information. If you look at: https://aui-cdn.atlassian.com/atlaskit/pr/stats/e50623ba0ad8b839ba1ebce33cfd49d507823f01/ak-editor-toolbar-hyperlink/cjs.html You can see a few rings that only represent folders. Each folder only has one subfolder,...
Currently, the visualizer will put a black outline on any modules which appear to be duplicated. If these modules are being successfully de-duped, Webpack leaves those modules where they are...
I know this is pretty unrealistic, but I have a 600+MiB file and I get `Uncaught SyntaxError: Unexpected end of JSON input` because FileReader returns an empty string when the...