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),