mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
5xx: Fix development server preview of 500 error page.
This can be viewed at http://localhost:9991/webpack/5xx.html on the development server. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
27a993a504
commit
4d8e5b5029
@@ -215,6 +215,7 @@ const config = (
|
||||
filename: "5xx.html",
|
||||
template: "html/5xx.html",
|
||||
chunks: ["error-styles"],
|
||||
publicPath: production ? "/static/webpack-bundles/" : "/webpack/",
|
||||
}),
|
||||
],
|
||||
devServer: {
|
||||
|
Reference in New Issue
Block a user