verekia/js-stack-from-scratch

Why ES6 to ES5 for node?

schoeberl opened this issue · 2 comments

Type of issue: (feature suggestion, bug, translation?) question

Chapter: 3

Why is the translation from ES6 to ES5 setup when node itself understands ES6 already (as shown by the gulpfile.js)?

Mostly to use import which isn't supported by Node unfortunately :)

Thanks. Strange world ;-)