-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Migrate to Babel 7 #1266
Comments
Something to consider is Babel v7 may not build correctly on Travis CI's Node v4 subjob. Technically we don't care about Babel builds on Node v4, but we do want the npm distributed bundle to be Node v4 safe - at least through the LTS window (end of April) We could either:
|
Is this waiting on babel v7 to come out of beta? If not, I'd like to take a stab at it. |
It's the first step towards Babel 7: #1266 Based on this article: https://fatfisz.com/blog/using-babelrc-js-today
Implemented in #1350 by @AaronCCWong 👍 |
Great work, @AaronCCWong! |
Following React's move to Babel v7, GraphQL.js should do the same. The babel config for this project is not that complex, so hopefully this is an easy transition.
The text was updated successfully, but these errors were encountered: