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:
authorPatrick Bender <patrick@bender-it-services.de>2020-10-03 18:13:21 +0300
committerPatrick Bender <patrick@bender-it-services.de>2020-10-05 14:42:33 +0300
commit89258c0df47f72aea0d1394803b63d07ba214559 (patch)
tree7dc67e303b35f3ce4bf8a069415ca55613e8b6c7 /webpack.common.js
parent2177092693588e9d6adbfe842caa191352634742 (diff)
fix for #3693: replaced btoa and atob function by base64 library that handles utf-8 strings correctly
Signed-off-by: Patrick Bender <patrick@bender-it-services.de>
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 515e4763e..e86ce0e3d 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -49,7 +49,7 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel-loader',
- exclude: /node_modules(?!(\/|\\)(@ckeditor)(\/|\\))/
+ exclude: /node_modules(?!(\/|\\)(@ckeditor|js-base64)(\/|\\))/
},
{
test: /\.(png|jpg|gif)$/,