summaryrefslogtreecommitdiffstats
path: root/babel.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js14
1 files changed, 3 insertions, 11 deletions
diff --git a/babel.config.js b/babel.config.js
index 5ad491707..bd8e2cb2b 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,11 +1,3 @@
-module.exports = {
- presets: [
- [
- '@babel/preset-env',
- {
- corejs: 3,
- useBuiltIns: 'entry',
- },
- ],
- ],
-}
+const babelConfig = require('@nextcloud/babel-config')
+
+module.exports = babelConfig \ No newline at end of file