We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e6217 commit 316da53Copy full SHA for 316da53
packages/react-scripts/scripts/utils/verifyPackageTree.js
@@ -20,6 +20,9 @@ function verifyPackageTree() {
20
// These are packages most likely to break in practice.
21
// See https://github.com/facebook/create-react-app/issues/1795 for reasons why.
22
// I have not included Babel here because plugins typically don't import Babel (so it's not affected).
23
+ 'babel-eslint',
24
+ 'babel-jest',
25
+ 'babel-loader',
26
'eslint',
27
'jest',
28
'webpack',
0 commit comments