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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-07-31 12:22:52 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-31 12:22:52 +0300
commitf83478fb99c80761511fe6d952195958fafeb5b5 (patch)
treef4d2acd2c470f0cee93ee196d110fddb0f1c7e02 /webpack.common.js
parent10487b9971bee7bad06460a73fdf2172926e55ae (diff)
Make IE11 render the page again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 91cdf7f9f..1c7e14db8 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -50,6 +50,8 @@ module.exports = {
'fast-xml-parser',
'hot-patcher',
'nextcloud-vue-collections',
+ 'semver',
+ '@nextcloud/event-bus',
'webdav',
]),
},