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

Upgrade to babel 7 #155

Open
dantman opened this issue Apr 1, 2018 · 0 comments
Open

Upgrade to babel 7 #155

dantman opened this issue Apr 1, 2018 · 0 comments
Milestone

Comments

@dantman
Copy link

dantman commented Apr 1, 2018

Babel 7 is significantly better than Babel 6. When it is released or at least gets close enough to release we should switch to the new version.

We may even be able to make use of @babel/preset-env's new useBuiltIns: 'usage' to only import polyfills for things we are using. babel-runtime is including the polyfill for Promise even though Node 6.x doesn't need it.

@dantman dantman added this to the 4.0.0 milestone Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant