In tandem with Meteor 1.5, we’ve released a package called bundle-visualizer that can help you understand the breakdown of your Meteor packages and the JavaScript modules they contain, in proportion to the total size of your initial bundle. To use this package, simply run cd path/to/your/meteor/1.5/app meteor add bundle-visualizer meteor run --productionthen open your app in a web browser. As you

