Skip to content

Commit

Permalink
set quiet back to true now that we're done debugging webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Sep 28, 2023
1 parent 2ecae8a commit e07ee7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/config/webpackDevServer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function ({
publicPath,
// WebpackDevServer is noisy by default so we emit custom message instead
// by listening to the compiler events with `compiler.plugin` calls above.
quiet: false,
quiet: true,
// Reportedly, this avoids CPU overload on some systems.
// https://github.com/facebookincubator/create-react-app/issues/293
// src/node_modules is not ignored to support absolute imports
Expand Down

0 comments on commit e07ee7a

Please sign in to comment.