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>2019-11-04 16:48:59 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-11-04 17:03:56 +0300
commit097bd381c9c5039d050c63b583dcb878cce8d592 (patch)
tree70289524ba0eefd708458ba599693c80fb6fa02d /webpack.common.js
parent8d950bb160b7c936e8182e1982641d9836cfda27 (diff)
Switch to babel.config.js and @babel/preset-env
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 2cc70b7a8..28b61b7cd 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -48,9 +48,7 @@ module.exports = {
test: /\.js$/,
loader: 'babel-loader',
exclude: /node_modules/,
- include: [
- path.join(__dirname, 'node_modules', '@ckeditor')
- ],
+ exclude: /node_modules(?!(\/|\\)(@ckeditor)(\/|\\))/
},
{
test: /\.(png|jpg|gif)$/,