summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/webpack.prod.js
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-15 20:31:47 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-18 13:22:58 +0100
commitd6ba42057f05d19e57ca4300b059c635a8613b60 (patch)
tree0e6f29eae0483b91e1dc724043596ed5d9c49d15 /apps/updatenotification/webpack.prod.js
parente91f052576208d763246c190f1d919c0dd4a655a (diff)
downloadnextcloud-server-d6ba42057f05d19e57ca4300b059c635a8613b60.tar.gz
nextcloud-server-d6ba42057f05d19e57ca4300b059c635a8613b60.zip
Move updatenotifications to unified webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/updatenotification/webpack.prod.js')
-rw-r--r--apps/updatenotification/webpack.prod.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/updatenotification/webpack.prod.js b/apps/updatenotification/webpack.prod.js
deleted file mode 100644
index f081567bd63..00000000000
--- a/apps/updatenotification/webpack.prod.js
+++ /dev/null
@@ -1,7 +0,0 @@
-const merge = require('webpack-merge')
-const common = require('./webpack.common.js')
-
-module.exports = merge(common, {
- mode: 'production',
- devtool: '#source-map'
-})