From 4ed8ee1c1e8ada0e5d26f6e014896accc89d4d6a Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Tue, 19 Jun 2018 06:26:57 +0200 Subject: Unify vue template design MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/updatenotification/webpack.prod.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/updatenotification/webpack.prod.js (limited to 'apps/updatenotification/webpack.prod.js') diff --git a/apps/updatenotification/webpack.prod.js b/apps/updatenotification/webpack.prod.js new file mode 100644 index 00000000000..f081567bd63 --- /dev/null +++ b/apps/updatenotification/webpack.prod.js @@ -0,0 +1,7 @@ +const merge = require('webpack-merge') +const common = require('./webpack.common.js') + +module.exports = merge(common, { + mode: 'production', + devtool: '#source-map' +}) -- cgit v1.2.3