Hacker News new | ask | show | jobs
by geoffmanning 1540 days ago
I'm just now finding that webpack is mostly a foreign concept in backend nodejs tech, but it's mind boggling to me that the norm was to ship code with the node_modules folder instead of bundling and minifying. Seriously, why? It's so wasteful... :'(
1 comments

I just bundle everything except binary dependencies. Faster deployments