summaryrefslogtreecommitdiffstats
path: root/babel.config.js
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-30 18:07:25 +0200
committerGitHub <noreply@github.com>2022-08-30 18:07:25 +0200
commit753e88793e0525cadd8a544e3f4093cc3cf7b331 (patch)
treef544b21061e5469899f728bd9fa417a801a2d3b8 /babel.config.js
parent39ac02c03464c4cdb511d34c0232120d99dde936 (diff)
Port admin settings to vue (#1880)
* Port admin settings to vue Co-authored-by: anoy. <anoymouserver@users.noreply.github.com> Co-authored-by: Benjamin Brahmer <info@b-brahmer.de> Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js
new file mode 100644
index 000000000..0aeac49aa
--- /dev/null
+++ b/babel.config.js
@@ -0,0 +1,5 @@
+// SPDX-FileCopyrightText: Carl Schwan <carl@carlschwan.eu>
+// SPDX-License-Identifier: AGPL-3.0-or-later
+const babelConfig = require('@nextcloud/babel-config')
+
+module.exports = babelConfig