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

@@ -30,7 +30,7 @@
"devDependencies": {
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*",
"babel-plugin-polyfill-es-shims": "^0.1.1",
"babel-plugin-polyfill-es-shims": "^0.1.2",
"object.getownpropertydescriptors": "^2.1.1"
}
}