-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treemap for webpack statistics #20
Comments
With treemap you mean the default webpack output? |
Something like https://github.com/chrisbateman/webpack-visualizer but in ASCII on the console as a treemap https://en.wikipedia.org/wiki/Treemapping |
nice! |
as a starting point, this is pretty cool: https://github.com/FormidableLabs/webpack-dashboard |
A couple other links: The idea is to give a hint of what is in your bundle by size, and/or what is slowing down your compile time in development, something like that |
also to keep in mind: file size is useless in development because of sourcemaps and tree-shaking, it's more useful in the build task |
Another useful link |
No description provided.
The text was updated successfully, but these errors were encountered: