-
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 |
Another ref by ces or https://github.com/siddharthkp/cost-of-modules or https://github.com/stephencookdev/speed-measure-webpack-plugin or ZEPELIN (ask cesare) or https://github.com/klauscfhq/signale or, how they do it in CRA facebook/create-react-app#3945 or our best https://github.com/chunqiuyiyu/ervy/ or https://github.com/danvk/source-map-explorer or |
No description provided.
The text was updated successfully, but these errors were encountered: