-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Set babel dependencies to fixed version and added core-js2 support #8586
Conversation
…r babel-plugin-trnasform-runtime
It turns out that to make it work with Babel beta 7.56 and I also regenerated |
Before change:
./build/block-serialization-spec-parser/index.js 9.48 KiB 20 [emitted] blockSerializationSpecParser After change:
./build/block-serialization-spec-parser/index.js 9.48 KiB 20 [emitted] blockSerializationSpecParser I noticed only difference in ./build/dom/index.js - which is super tiny. It should be good to go. I would appreciate another look from someone else. |
@gwwar - did you have similar issues when integrating with Calypso with the version of Babel? |
Description
Set babel beta dependencies to a fixed version.
Adds core-js2 support for
@babel/plugin-transform-runtime
inbabel-preset-default
package.Fixes #8580
How has this been tested?
Screenshots
Types of changes
Fix
Checklist: