abcnews / aunty

A toolkit for working with ABC News projects
https://www.npmjs.com/package/@abcnews/aunty
MIT License
32 stars 5 forks source link

Replace `es*`-based babel preset to `babel-preset-env` #33

Closed colingourlay closed 7 years ago

colingourlay commented 7 years ago

This will let us specify the browsers we want to support, and pick the correct set of features to transpile.

https://babeljs.io/docs/plugins/preset-env/