Skip to content

Commit

Permalink
fix some module getting undefined when using multiple entry points
Browse files Browse the repository at this point in the history
we should toggle it on after the fix webpack/webpack#16701
  • Loading branch information
Perry Poon committed Jul 23, 2023
1 parent 98f19f8 commit 8b1b55b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/config/webpack.config.js
Expand Up @@ -817,6 +817,7 @@ module.exports = function (webpackEnv) {
level: 'none',
},
optimization: {
innerGraph: false,
minimize: isEnvProduction,
minimizer: [
// This is only used in production mode
Expand Down

0 comments on commit 8b1b55b

Please sign in to comment.