Skip to content

Commit

Permalink
webpack: Name the server configuration.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored and timabbott committed Sep 28, 2020
1 parent 9131b4f commit b386e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ export default (env?: string): webpack.Configuration[] => {
};

const serverConfig: webpack.Configuration = {
name: "server",
mode: production ? "production" : "development",
target: "node",
context: __dirname,
Expand Down

0 comments on commit b386e6e

Please sign in to comment.