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