diff --git a/packages/react-scripts/config/webpackDevServer.config.js b/packages/react-scripts/config/webpackDevServer.config.js index 154af524f2..522a81b9b2 100644 --- a/packages/react-scripts/config/webpackDevServer.config.js +++ b/packages/react-scripts/config/webpackDevServer.config.js @@ -86,7 +86,10 @@ module.exports = function (proxy, allowedHost) { pathname: sockPath, port: sockPort, }, - overlay: true, + overlay: { + errors: true, + warnings: false, + }, }, devMiddleware: { // It is important to tell WebpackDevServer to use the same "publicPath" path as