diff --git a/webpack.stag.config.js b/webpack.stag.config.js
index d81463bc37cbf65e5233f1a66da0f379b955f78d..ca9e1f6eaf88118d174b319d18c52e202b8d1ffe 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",