From 06f7c169a73c3fa54296920c07608e6d353626ae Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 5 Mar 2021 16:44:42 +0100 Subject: [PATCH] changed webpack mode to production --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 738094f..0ba298c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -2,7 +2,7 @@ const path = require('path'); const HtmlWebpackPlugin = require("html-webpack-plugin"); module.exports = { - mode: 'development', + mode: 'production', entry: './src/js/index.js', output: {