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-02-04 12:20:00 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-02-04 16:48:08 +0300
commitcda1eb7b4fdf0e8c5bdb1884f2605dc45b98bc71 (patch)
treea4d0e64ae5ea580351e740a68effbdd6d5cc8eda /babel.config.js
parentdc449808e9112d7d854146c698c5350abf68096f (diff)
Try to recover from server errors
* Migrate Vue folder fetch code to async-await * Introduce match helper to match to error types * Match lock and initial sync errors Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js
index ef6b5106c..449a9a93f 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -6,7 +6,9 @@ module.exports = {
[
'@babel/preset-env',
{
- modules: false
+ modules: false,
+ useBuiltIns: 'usage',
+ corejs: 3
}
]
]