Ensure that @babel/runtime-corejs3 imports are injected (#12869)

* Add failing test for #12863

* Minimal

* Ensure that `@babel/runtime-corejs2` imports are injected
This commit is contained in:
Nicolò Ribaudo
2021-02-23 12:47:04 +01:00
committed by GitHub
parent ce22ac012b
commit 115841e778
8 changed files with 88 additions and 43 deletions

View File

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