Martin Haagensli
Jul 30, 2017 · 1 min read

Hi Jan! The reason I’m using Webpack is because PM2, nodemon, forever and other managers restarts your server, while with Webpack the server code is actually replaced and you just re-attach your HTTP listener.
This is just for development purposes. You wouldn’t do this in production, that’s where you would use PM2/forever etc.

Also, why don’t you think ES6/7 is the right choice? Why wouldn’t you want to make use of the new features of the language?

    Martin Haagensli

    Written by

    https://github.com/mhaagens