Don't inject invalid core-js@2 polyfills (#12901)

This commit is contained in:
Alan Lu - 川古
2021-02-26 04:52:21 +08:00
committed by GitHub
parent 962d81483e
commit 6a0394634f
21 changed files with 4 additions and 69 deletions

View File

@@ -84,7 +84,8 @@
"glob-watcher/chokidar": "npm:^3.4.0",
"@types/babel__core": "link:./nope",
"@types/babel__traverse": "link:./nope",
"@babel/parser/@babel/types": "workspace:*"
"@babel/parser/@babel/types": "workspace:*",
"babel-plugin-polyfill-corejs2/@babel/compat-data": "workspace:*"
},
"engines": {
"node": ">= 6.9.0",