build(deps): ignore missing @babel/core (#3579)
parent
2ccdf6933c
commit
281f7275fa
|
@ -10,6 +10,7 @@
|
||||||
"react-dom": "18"
|
"react-dom": "18"
|
||||||
},
|
},
|
||||||
"ignoreMissing": [
|
"ignoreMissing": [
|
||||||
|
"@babel/core",
|
||||||
"@babel/plugin-syntax-flow",
|
"@babel/plugin-syntax-flow",
|
||||||
"@babel/plugin-transform-react-jsx",
|
"@babel/plugin-transform-react-jsx",
|
||||||
"prop-types"
|
"prop-types"
|
||||||
|
|
Loading…
Reference in New Issue