mirror of https://github.com/zulip/zulip.git
webpack: Name the server configuration.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
9131b4f282
commit
b386e6e0f7
|
@ -271,6 +271,7 @@ export default (env?: string): webpack.Configuration[] => {
|
|||
};
|
||||
|
||||
const serverConfig: webpack.Configuration = {
|
||||
name: "server",
|
||||
mode: production ? "production" : "development",
|
||||
target: "node",
|
||||
context: __dirname,
|
||||
|
|
Loading…
Reference in New Issue