-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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 🎉 #4932
Upgrade to Babel 7 🎉 #4932
Conversation
39a8e03
to
df66e16
Compare
Could this be released as a new prerelease version of babel-preset-react-app for people using it outside of create-react-app? |
df66e16
to
a91ff51
Compare
I have forked |
Is it possible to get this fast-tracked? |
Can we please get this merged and released in next? Thanks. |
Closes facebook#4932, Closes facebook#4876
@Timer Thanks for the merge. When can we expect the publish? |
@Timer thank you, I'm looking forward for releasing this :) |
Babel 7 was officially released! You can read more in a blog post and migration guide.
All
beta
packages are now updated to7.0.0
and few Babel related packages likebabel-loader
andbabel-eslint
to latest versions.However I don't understand why here and here are used both
babel-core
and@babel/core
packages. When I was trying to find it out with yarn why I got:Last but not least, huge shout out to the whole Babel team and thank you for your hard work.
Edit: Failing test suite not related to changes in this PR.
2nd Edit: I already know what
babel-core@7.0.0-bridge
does 😆