webpack: Name the server configuration.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-09-25 19:49:49 -07:00 committed by Tim Abbott
parent 9131b4f282
commit b386e6e0f7
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ export default (env?: string): webpack.Configuration[] => {
};
const serverConfig: webpack.Configuration = {
name: "server",
mode: production ? "production" : "development",
target: "node",
context: __dirname,