backbone.js - Browserify bundle.js file large even without map -
i have node_modules folder different packages used gulp , there jquery , backbone.js packages used in project. backbone.js , jquery, if minified, make total of around 100 kb. have few small js files. bundle.js build (minified) 400 kb. checked if there dependencies, underscore, loaded multiple times , loaded once. can't figure out why build size 4 times big should be.
Comments
Post a Comment