Hacker News new | ask | show | jobs
by ng12 3147 days ago
What exactly are you referring to? Webpack has an incredibly simple model -- do everything with a loader.

I've only had to really wrestle with webpack twice: once to get it working with a huge corpus of legacy code, the other to get it building a node backend and ES6 frontend with lots of shared code. Other than that my config has always been pretty simple.