From ff9c7db49ed4858d34cd80cb381b978228f90cb9 Mon Sep 17 00:00:00 2001 From: hydrant Date: Tue, 21 May 2019 18:11:25 +0200 Subject: [PATCH] Development mode for server build client scripts --- ReallifeGamemode.Client/webpack.config.build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/webpack.config.build.js b/ReallifeGamemode.Client/webpack.config.build.js index f4061f27..07dce1c4 100644 --- a/ReallifeGamemode.Client/webpack.config.build.js +++ b/ReallifeGamemode.Client/webpack.config.build.js @@ -1,7 +1,7 @@ const path = require('path'); module.exports = { - mode: 'production', + mode: 'development', entry: './index.ts', output: { path: path.resolve(__dirname),