File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-scripts/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ module.exports = {
272
272
273
273
// Warn about duplicate dependencies.
274
274
// See https://github.com/facebookincubator/create-react-app/issues/1844
275
- new DuplicatePackageCheckerPlugin ( ) ,
275
+ new DuplicatePackageCheckerPlugin ( { strict : false } ) ,
276
276
] ,
277
277
// Some libraries import Node modules but don't use them in the browser.
278
278
// Tell Webpack to provide empty mocks for them so importing them works.
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ module.exports = {
360
360
361
361
// Warn about duplicate dependencies.
362
362
// See https://github.com/facebookincubator/create-react-app/issues/1844
363
- new DuplicatePackageCheckerPlugin ( ) ,
363
+ new DuplicatePackageCheckerPlugin ( { strict : false } ) ,
364
364
] ,
365
365
// Some libraries import Node modules but don't use them in the browser.
366
366
// Tell Webpack to provide empty mocks for them so importing them works.
You can’t perform that action at this time.
0 commit comments