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>2020-12-18 18:28:46 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-18 18:28:46 +0300
commit0a00eb9c250a71cc4d8c8a42950a604a124e3665 (patch)
tree95f7d112631ba4279bc0ebfb2cb972047570fceb /babel.config.js
parentefce6981eff06be59a6addc63cb2bb5f66b1be8e (diff)
Fix Webpack issue with CKEditor's dynamic translation imports
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/babel.config.js b/babel.config.js
index f84e947d1..f90e662c8 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -6,8 +6,7 @@ module.exports = {
[
'@babel/preset-env',
{
- modules: 'commonjs',
- useBuiltIns: 'usage',
+ useBuiltIns: 'entry',
corejs: 3
}
]