diff --git a/webpack.config.ts b/webpack.config.ts index b8a837a56d..25a9f3afc6 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -271,6 +271,7 @@ export default (env?: string): webpack.Configuration[] => { }; const serverConfig: webpack.Configuration = { + name: "server", mode: production ? "production" : "development", target: "node", context: __dirname,