diff --git a/packages/react-scripts/config/webpackDevServer.config.js b/packages/react-scripts/config/webpackDevServer.config.js index 1be01b1155a..067704213bc 100644 --- a/packages/react-scripts/config/webpackDevServer.config.js +++ b/packages/react-scripts/config/webpackDevServer.config.js @@ -81,7 +81,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