summaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 0d712ad65dd..60a151ada60 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -4,6 +4,7 @@ const files_trashbin = require('./apps/files_trashbin/webpack')
const files_versions = require('./apps/files_versions/webpack');
const oauth2 = require('./apps/oauth2/webpack')
const systemtags = require('./apps/systemtags/webpack')
+const updatenotifications = require('./apps/updatenotification/webpack')
module.exports = [].concat(
core,
@@ -11,5 +12,6 @@ module.exports = [].concat(
files_trashbin,
files_versions,
oauth2,
- systemtags
+ systemtags,
+ updatenotifications
);