mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
webpack: Name the server configuration.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
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,
|
||||
|
Reference in New Issue
Block a user