Configuring Babel 6 for Node.js
Hi! If you are like me, you are tired of writing the same old ES5 JS code in your Node.js applications.
If yes, you can use the newer features of JavaScript ES2015 and ES2016 standards in your Node.js applications today. ES2015 and ES2016 make the JavaScript development a cool breeze but hey, not every ES2015 feature is supported in our beloved Node.js.
This is where Babel comes to the rescue.