build(deps): ignore missing @babel/core (#3579)

pull/3570/head
James Elliott 2022-06-23 10:27:27 +10:00 committed by GitHub
parent 2ccdf6933c
commit 281f7275fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"