Created by: prichodko
Babel 7 was officially released! You can read more in a blog post and migration guide.
All beta
packages are now updated to 7.0.0
and few Babel related packages like babel-loader
and babel-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:
info Reasons this module exists
- "workspace-aggregator-cae0c8be-8a10-427b-879e-acc933004e45" depends on it
- Hoisted from "_project_#react-scripts#babel-core"
- Hoisted from "_project_#react-error-overlay#babel-core"
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