We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eef1d0 commit 9802941Copy full SHA for 9802941
packages/react-scripts/config/webpack.config.js
@@ -198,6 +198,8 @@ module.exports = function (webpackEnv) {
198
199
return {
200
target: ['browserslist'],
201
+ // Webpack noise constrained to errors and warnings
202
+ stats: 'errors-warnings',
203
mode: isEnvProduction ? 'production' : isEnvDevelopment && 'development',
204
// Stop compilation early in production
205
bail: isEnvProduction,
0 commit comments