Skip to content

Commit

Permalink
Check for more packages which may cause problems (facebook#5217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Oct 1, 2018
1 parent 6d744dd commit a267d15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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 a267d15

Please # to comment.