Dabolus / polymer3-webpack-starter-kit

Polymer 3 Starter Kit with Webpack
MIT License
55 stars 6 forks source link

Add Babel to transpile the JS code (ES6 => ES5) #13

Closed Dabolus closed 6 years ago

Dabolus commented 6 years ago

Users might want to support older browsers. Having an option to transpile ES6 to ES5 might be a great idea. The transpilation should go together with #12 to guarantee the best possible results.

Dabolus commented 6 years ago

Done with #14