-
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
Babel 7 preparation: Switch babel config to JS #1348
Conversation
["transform-es2015-destructuring", {"loose": true}], | ||
["transform-es2015-spread", {"loose": true}] | ||
] | ||
"presets": ["./.babelrc.js"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will remove this file after switching to Babel7
want to resolve conflicts here? |
a1d4dd5
to
95483c0
Compare
@leebyron Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah we're going to pull the 14.0 trigger for the next release, so let's merge this so we can do the babel 7 upgrade.
@mjmahone Thanks for the review 👍 Merged 🎉 |
It's the first step towards Babel 7: #1266
Based on this article: https://fatfisz.com/blog/using-babelrc-js-today