From 1d77367e14a605836c8bc15797c30153a511f025 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 28 Aug 2021 05:32:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Set=20webpack=20mode=20to=20prod?= =?UTF-8?q?uction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index a1bb841..f462e86 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -3,7 +3,7 @@ const path = require("path") module.exports = { // Mode: setting this to development preconfigure webpack with some defaults - mode: "development", + mode: "production", // Loaders: these allow various non-js filetypes to be imported module: {