diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-20 17:24:28 +0200 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-20 17:24:28 +0200 |
| commit | 656c59b0b9d610802b854ffc6f396612e37a6dfb (patch) | |
| tree | 3bab190bf10a38a6b19e0ac9587f49f6c67a7482 /webpack.config.js | |
| parent | 197a1d92cfa29f01a1f26139a08a3e54ab7769e1 (diff) | |
ok i get it you want a mode set
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
