Closed mreinstein closed 10 years ago
@mreinstein I imagine that would the the --debug
flag you're using with watchify, but not browserify. Source maps take up a heap of space.
gah, how foolish of me. Sorry about that!
No worries :)
perhaps the -d
could also stand for "don't code @ 02:26am
in my package.json:
My resulting bundle.js is 2-3X larger with watchify. I'm using
watchify@0.6.4
andbrowserify@3.41.0
. What gives?