From cdeae25426b8d7f26d98712ec02625225d723eea Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 18 Sep 2023 16:05:08 -0400 Subject: [PATCH] Build webpack with production --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 2f0b5363..4d752a17 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -5,7 +5,7 @@ let ExtractTextPlugin = require('extract-text-webpack-plugin'); let LiveReloadPlugin = require('webpack-livereload-plugin'); module.exports = { - mode: 'development', + mode: 'production', context: __dirname, entry: {