[babel 8] Remove make-dir polyfill for fs.mkdirSync (#13828)
* [babel 8] Remove `make-dir` polyfill for `fs.makeDitSync` * `yarn` * fix * Inject polyfills in jest tests when needed
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
"@babel/runtime-corejs3": "workspace:*",
|
||||
"@babel/template": "workspace:*",
|
||||
"@babel/types": "workspace:*",
|
||||
"make-dir": "^2.1.0"
|
||||
"make-dir": "condition:BABEL_8_BREAKING ? : ^2.1.0"
|
||||
},
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user