Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-01-15 16:26:50 +0300
committerVincent Petry <vincent@nextcloud.com>2021-01-15 16:26:50 +0300
commit246a0a8174d49afae09cde8e56323e63dd459f89 (patch)
treeb22244facf349ddd14f93a88f7090999acaac92f /webpack.common.js
parentd3ab26c4b0c5c64ac166efd0c577c1b2fec8feed (diff)
Fix IE 11 dashboard syntax error
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index ff175ec5b3c..ce4d462b86f 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -95,6 +95,7 @@ module.exports = []
exclude: BabelLoaderExcludeNodeModulesExcept([
'@nextcloud/dialogs',
'@nextcloud/event-bus',
+ '@nextcloud/vue-dashboard',
'davclient.js',
'nextcloud-vue-collections',
'p-finally',