Skip to content
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

Open
markov00 opened this issue May 17, 2017 · 9 comments
Open

Treemap for webpack statistics #20

markov00 opened this issue May 17, 2017 · 9 comments

Comments

@markov00
Copy link
Contributor

No description provided.

@marcofugaro
Copy link
Contributor

With treemap you mean the default webpack output?

@markov00
Copy link
Contributor Author

Something like https://github.com/chrisbateman/webpack-visualizer but in ASCII on the console as a treemap https://en.wikipedia.org/wiki/Treemapping

@marcofugaro
Copy link
Contributor

nice!

@markov00
Copy link
Contributor Author

@lucafalasco
Copy link
Contributor

as a starting point, this is pretty cool: https://github.com/FormidableLabs/webpack-dashboard

@caesarsol
Copy link
Contributor

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

@marcofugaro
Copy link
Contributor

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

@marcofugaro
Copy link
Contributor

Another useful link
https://github.com/clessg/progress-bar-webpack-plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants