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 <213943+nickvergessen@users.noreply.github.com>2021-02-12 19:09:02 +0300
committerGitHub <noreply@github.com>2021-02-12 19:09:02 +0300
commit085c133c927f15655c3f216268e92a2fc1cef536 (patch)
treea1627da65329419b291c87072826b37d0daa6dd4
parent69d0fbbde6f3ab03700bfc8e6091f7222578aa60 (diff)
parent9c4cf208df24061d32624f4d0542918f47973cbe (diff)
Merge pull request #5158 from nextcloud/backport/5157/stable21
[stable21] Fix IE11
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 959514bb7..26617d14c 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -50,6 +50,7 @@ module.exports = {
loader: 'babel-loader',
exclude: babelLoaderExcludeNodeModulesExcept([
'@juliushaertl/vue-richtext',
+ 'color.js',
'fast-xml-parser',
'hot-patcher',
'nextcloud-vue-collections',