We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46f798 commit ecb9170Copy full SHA for ecb9170
packages/react-scripts/config/webpack.config.js
@@ -305,6 +305,8 @@ module.exports = function (webpackEnv) {
305
306
const rawConfig = {
307
target: ['browserslist'],
308
+ // Webpack noise constrained to errors and warnings
309
+ stats: 'errors-warnings',
310
mode: isEnvProduction ? 'production' : isEnvDevelopment && 'development',
311
// Stop compilation early in production
312
bail: isEnvProduction,
0 commit comments