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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-06-14 16:42:20 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-08-27 13:55:54 +0300
commit42176c3a864f2a94c4a6d2753d6fdba410ec3c37 (patch)
tree6ecf89dfd155638bc9ac02aa63e1790ca636cace /webpack.common.js
parent4204e5bdcdb09943dc2ef34c7a8da171a07bd0b9 (diff)
Create an event from an email
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 196dc7a87..aa58521f5 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -45,7 +45,7 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel-loader',
- exclude: /node_modules(?!(\/|\\)(@ckeditor|js-base64)(\/|\\))/
+ exclude: /node_modules(?!(\/|\\)(@ckeditor|@nextcloud\/calendar-js|js-base64|)(\/|\\))/
},
{
test: /\.(png|jpg|gif)$/,