summaryrefslogtreecommitdiffstats
path: root/babel.config.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-05-03 19:13:32 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-05-30 10:28:57 +0200
commit5fec07abf282c01ede1a5fcbf2eff89367b39c62 (patch)
treeceabaa02b994f97e7415cb224b6836ef16a29d86 /babel.config.js
parent9facd8fbf3621df573f0e56e54da0612482c3c62 (diff)
4.0.0-alpha.0
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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