Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
316da53a
Unverified
Commit
316da53a
authored
6 years ago
by
Joe Haddad
Committed by
GitHub
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Check for more packages which may cause problems (#5217)
parent
45e62174
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-scripts/scripts/utils/verifyPackageTree.js
+3
-0
packages/react-scripts/scripts/utils/verifyPackageTree.js
with
3 additions
and
0 deletions
+3
-0
packages/react-scripts/scripts/utils/verifyPackageTree.js
+
3
-
0
View file @
316da53a
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment