MadeInHaus / react-starter

A client-side SPA starter bundled with React, Redux, CSS Modules, React Router 4, and Webpack 4
MIT License
9 stars 2 forks source link

Use `babel-preset-env` #29

Closed stevescavo closed 6 years ago

stevescavo commented 6 years ago

We should replace the deprecated babel-preset-es2015 plugin with babel-preset-env.

More information: https://babeljs.io/env/

stevescavo commented 6 years ago

This has been added as a project dependency, replacing babel-preset-es2015.