-
Notifications
You must be signed in to change notification settings - Fork 289
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
How to deal with large browserified bundles? #76
Comments
You might have luck trying https://www.npmjs.com/package/disc |
Disc is cool. Is there a command line tool that does something similar? |
disc is a cli tool, but you mean one that doesn't show a web interface? |
Yes, I would ideally like a tool that can be invoked and parsed on the command line |
It doesn't seem too hard to rip out of disc if you wanted to: https://github.com/hughsk/disc/blob/master/index.js |
Where do you begin when you want to analyse and fix bundles that are too large? What steps would you carry out to see what is taking up the most room in a broswerified bundle?
The text was updated successfully, but these errors were encountered: