We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c5305 commit 398bc0fCopy full SHA for 398bc0f
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