Configuring Babel 6.0
29 Dec 2015Today we’ll be configuring Babel 6.0, a Javascript transpiler that allows you to write ES6 (and beyond) code. Babel transpiles files into vanilla ES5 which can be used in any major browser (or Node.js). Here’s how to get started.