Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use babel-preset-env instead of babel-preset-es2015 #284

Merged
merged 1 commit into from
Mar 18, 2017
Merged

Use babel-preset-env instead of babel-preset-es2015 #284

merged 1 commit into from
Mar 18, 2017

Conversation

danez
Copy link
Contributor

@danez danez commented Mar 18, 2017

This includes support for es2016 & es2017 and we are also more or less recommending everyone to use env instead of latest- or es20XX-presets.

If at some point node <4 might be dropped in this package, we could also easily target node4 as environment, which excludes some transforms.

Right now the transformed sourcecode is exactly the same.

@benjamn benjamn merged commit 50b722e into facebook:master Mar 18, 2017
@benjamn
Copy link
Collaborator

benjamn commented Mar 18, 2017

Awesome 🎉

@danez danez deleted the preset-env branch March 18, 2017 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants