Skip to content

Commit

Permalink
Check for more packages which may cause problems (#5217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Oct 1, 2018
1 parent 45e6217 commit 316da53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-scripts/scripts/utils/verifyPackageTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ function verifyPackageTree() {
// These are packages most likely to break in practice.
// 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).
'babel-eslint',
'babel-jest',
'babel-loader',
'eslint',
'jest',
'webpack',
Expand Down

0 comments on commit 316da53

Please sign in to comment.