How to set up Webpack with Babel [Tutorial]

1 · Robin Wieruch · June 15, 2019, 11:52 a.m.
This tutorial is part 3 of 3 in the 'Frontend Setup'-series. Part 1: How to set up a modern JavaScript project Part 2: How to set up a Webpack project Babel enables one writing code with JavaScript features that aren’t supported by most browser yet. Perhaps you have heard about JavaScript ES6 (ES2015), ES7, and other versions of ECMAScript specification which are up and coming for the JavaScript language....