Jul 30, 2017 · 1 min read
Sorry, bad wording :) — I totally think ES6/7 is the right choice, I just would not use webpack to run Babel in this case, I’d rather run PM2 with babel-node interpreter in dev mode. Anyway, I guess the argument for webpack against PM2 in dev mode would be speed? As code injection is faster then restarts, right?
