summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/webpack.common.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-19 10:26:04 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-19 10:26:04 +0100
commite7d565178131510c5081fe7a54c92d59d4ea13c3 (patch)
treed2a6c66209be9df46995e1fe2a6a7fe672cd5f5c /apps/updatenotification/webpack.common.js
parent367560ccd6266192c58ec357bb767b3c0cc5a7cb (diff)
downloadnextcloud-server-e7d565178131510c5081fe7a54c92d59d4ea13c3.tar.gz
nextcloud-server-e7d565178131510c5081fe7a54c92d59d4ea13c3.zip
Fix updatenotifications display, dependencies and csp
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/updatenotification/webpack.common.js')
-rw-r--r--apps/updatenotification/webpack.common.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/updatenotification/webpack.common.js b/apps/updatenotification/webpack.common.js
index 7d2bbfae74e..08cb6031233 100644
--- a/apps/updatenotification/webpack.common.js
+++ b/apps/updatenotification/webpack.common.js
@@ -20,9 +20,6 @@ module.exports = {
new VueLoaderPlugin()
],
resolve: {
- alias: {
- 'vue$': 'vue/dist/vue.esm.js'
- },
extensions: ['*', '.js', '.vue', '.json']
}
}