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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-04-09 12:59:47 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-08-03 10:04:57 +0300
commit5cda71737127d51517c06debb73af902119381fa (patch)
tree949549a996896da2b025d983a71884ad6b54f09d /webpack.common.js
parentc49f2f5c006c6b98b6a7227fe4d76f577a974735 (diff)
Migrate to eslint-config-nextcloud
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 010f19b08..e913702c7 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -48,7 +48,6 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel-loader',
- exclude: /node_modules/,
exclude: /node_modules(?!(\/|\\)(@ckeditor)(\/|\\))/
},
{