From 2d2a4f7c94d81f585a22a0cfc98938de98ced04d Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Wed, 12 Feb 2020 20:15:31 +0100 Subject: [PATCH] On staging: webpack in production mode --- webpack.stag.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.stag.config.js b/webpack.stag.config.js index d81463bc3..ca9e1f6ea 100644 --- a/webpack.stag.config.js +++ b/webpack.stag.config.js @@ -5,9 +5,9 @@ const VueLoaderPlugin = require('vue-loader/lib/plugin') var path_bundles = __dirname + '/static_bundles/bundles'; module.exports = { - mode: 'development', + mode: 'production', context: __dirname, - devtool: "source-map", // to ensure no eval() (breaking CSP) in development + // devtool: "source-map", // to ensure no eval() (breaking CSP) in development entry: { main: [ "tether", -- GitLab