ES6 transpile to ES5
Most modern browsers support ES6 except for IE 11. If you want to use ES6 in your web app that needs to support IE11 then you you can use Babel to transpile from ES6 to ES5.
See this blog post shows how you can use Webpack with Babel
Comments