diff --git a/packages/react-scripts/config/webpack.config.js b/packages/react-scripts/config/webpack.config.js index 2b1b3bbd47d..94be32a2e57 100644 --- a/packages/react-scripts/config/webpack.config.js +++ b/packages/react-scripts/config/webpack.config.js @@ -787,6 +787,7 @@ module.exports = function (webpackEnv) { }, }), ].filter(Boolean), + stats: 'errors-warnings', // Turn off performance processing because we utilize // our own hints via the FileSizeReporter performance: false,