Hacker News new | ask | show | jobs
by joemaller1 3977 days ago
Unix much?

My biggest hesitation about WebPack is that it does too much and duplicates so many other tools. If I'm already using Gulp to watch files and BrowserSync (love!) as my local dev server, why do I need WebPack when I'm only going to be using one of its abilities? Isn't this bloat?

1 comments

Well the question is why bother with those other tools if one tool (Webpack) can do everything you need?
Or why bother with those webpack features if the tools you use already do the job?