From 656c59b0b9d610802b854ffc6f396612e37a6dfb Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Sun, 20 Sep 2020 17:24:28 +0200 Subject: ok i get it you want a mode set --- webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 78d68a1..3f6c6bd 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -35,5 +35,6 @@ module.exports = { ] }, - devtool: 'source-map' + devtool: 'source-map', + mode: 'production' }; \ No newline at end of file -- cgit