I see people using gulp with webpack. But then I read webpack can replace gulp? I\'m completely confused here...can someone explain?
UPDATE
in the end I starte
Honestly I think the best is to use both.
I still have to find a decent solution for packaging css with webpack, and so far I am happy using gulp for css and webpack for javascript.
I also use npm
scripts as @Tetradev as described. Expecially since I am using Visual Studio
, and while NPM Task runner
is pretty reliable Webpack Task Runner
is pretty buggy.