mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
webpack: Disable webpack-dev-server overlay for runtime errors.
webpack-dev-server 4.12.0 introduced a global handler that shows a full-screen overlay for all runtime errors, but it’s redundant with our blueslip_stacktrace handler and less functional at this time. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
6db1e75fb9
commit
730eda60bc
@@ -216,6 +216,11 @@ export default (
|
||||
}),
|
||||
],
|
||||
devServer: {
|
||||
client: {
|
||||
overlay: {
|
||||
runtimeErrors: false,
|
||||
},
|
||||
},
|
||||
devMiddleware: {
|
||||
publicPath: "/webpack/",
|
||||
stats: {
|
||||
|
Reference in New Issue
Block a user