summaryrefslogtreecommitdiffstats
path: root/babel.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js18
1 files changed, 3 insertions, 15 deletions
diff --git a/babel.config.js b/babel.config.js
index c8758255..8be4fc38 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,15 +1,3 @@
-module.exports = {
- plugins: [
- '@babel/plugin-syntax-dynamic-import',
- ['@babel/plugin-proposal-class-properties', { loose: true }],
- ],
- presets: [
- [
- '@babel/preset-env',
- {
- corejs: 3,
- useBuiltIns: 'entry',
- },
- ],
- ],
-}
+const babelConfig = require('@nextcloud/babel-config')
+
+module.exports = babelConfig