Unverified Commit 316da53a authored by Joe Haddad's avatar Joe Haddad Committed by GitHub
Browse files

Check for more packages which may cause problems (#5217)

parent 45e62174
Showing with 3 additions and 0 deletions
+3 -0
...@@ -20,6 +20,9 @@ function verifyPackageTree() { ...@@ -20,6 +20,9 @@ function verifyPackageTree() {
// These are packages most likely to break in practice. // These are packages most likely to break in practice.
// See https://github.com/facebook/create-react-app/issues/1795 for reasons why. // See https://github.com/facebook/create-react-app/issues/1795 for reasons why.
// I have not included Babel here because plugins typically don't import Babel (so it's not affected). // I have not included Babel here because plugins typically don't import Babel (so it's not affected).
'babel-eslint',
'babel-jest',
'babel-loader',
'eslint', 'eslint',
'jest', 'jest',
'webpack', 'webpack',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment