Content-Length: 264364 | pFad | http://github.com/facebook/create-react-app/commit/20edab4894b301f6b90dad0f90a2f82c52a7ac66

F7 fix(webpackDevServer): disable overlay for warnings (#11413) · facebook/create-react-app@20edab4 · GitHub
Skip to content

Commit 20edab4

Browse files
authored
fix(webpackDevServer): disable overlay for warnings (#11413)
1 parent 69321b0 commit 20edab4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/react-scripts/config/webpackDevServer.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ module.exports = function (proxy, allowedHost) {
8686
pathname: sockPath,
8787
port: sockPort,
8888
},
89-
overlay: true,
89+
overlay: {
90+
errors: true,
91+
warnings: false,
92+
},
9093
},
9194
devMiddleware: {
9295
// It is important to tell WebpackDevServer to use the same "publicPath" path as

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/facebook/create-react-app/commit/20edab4894b301f6b90dad0f90a2f82c52a7ac66

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy