27 nov. 2016

Analyzing Meteor's bundle size

source-map-explorer is an helpful tool for analyzing your browser payload.

For installing it:
npm i -g  source-map-explorer

And for using it while developing your apps:
source-map-explorer .meteor/local/build/programs/web.browser/app/app.js{,.map}

Thanks to "Totally tooling tips":