From 39d3aa3e32b82a437f6c456d13ae019d17a0528a Mon Sep 17 00:00:00 2001 From: Anton Sarukhanov <code@ant.sr> Date: Tue, 25 Aug 2020 15:03:23 -0400 Subject: [PATCH] Use prod mode for webpack --- webpack.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.conf.js b/webpack.conf.js index c3bdd5d..be42d1f 100644 --- a/webpack.conf.js +++ b/webpack.conf.js @@ -3,7 +3,7 @@ var path = require('path'), MiniCssExtractPlugin = require('mini-css-extract-plugin'); module.exports = { - mode: 'development', + mode: 'production', entry: { base: './theme/src/base.js', textarea: './theme/src/textarea.js', -- GitLab