Use babel-plugin-polyfill-* packages in transform-runtime (#12845)

This commit is contained in:
Nicolò Ribaudo
2021-02-22 22:30:27 +01:00
committed by GitHub
parent 5bec993b7b
commit 484667b54c
33 changed files with 1144 additions and 1359 deletions

View File

@@ -22,6 +22,9 @@
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"babel-plugin-polyfill-corejs2": "^0.1.2",
"babel-plugin-polyfill-corejs3": "^0.1.2",
"babel-plugin-polyfill-regenerator": "^0.1.1",
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : 7.0.0"
},
"peerDependencies": {