babel / babel-standalone

:video_game: Now located in the Babel repo! Standalone build of Babel for use in non-Node.js environments, including browsers.
https://github.com/babel/babel/tree/master/packages/babel-standalone
MIT License
819 stars 121 forks source link

Add support for `env` preset #86

Open fatcerberus opened 7 years ago

fatcerberus commented 7 years ago

latest preset is officially deprecated with env recommended to be used instead: https://babeljs.io/docs/plugins/preset-latest/

However, babel-standalone doesn't appear to support env.