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-04-02 10:40:05 +0300
committerJoas Schilling <coding@schilljs.com>2020-04-02 12:19:54 +0300
commitd3e1567d7f8729d8349769dbf30c67df9c71b8ab (patch)
treee29f54427ce0042381cc85845a0c8c1e4616e507 /webpack.common.js
parent9d9a1d3ba7bb7bd397dd7ee24a029bf1de42a8d5 (diff)
Compile some more libs to make IE load
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 2a2e1b3f2..2e0ad336b 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -42,7 +42,7 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel-loader',
- exclude: /node_modules/,
+ exclude: /node_modules(?!(\/|\\)(@juliushaertl\/vue-richtext|fast-xml-parser|hot-patcher|nextcloud-vue-collections|webdav)(\/|\\))/,
},
{
/**