Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-02-03 12:19:48 +0300
committerdartcafe <github@dartcafe.de>2022-02-03 12:19:48 +0300
commit912e2d7695ede5bfd23ab284c8c1014e96733151 (patch)
tree23abd7f9ff946cc7d72c91ee038fbdfa114f6567 /babel.config.js
parent7eeba20b59324bf0357311a47d3f009653030760 (diff)
use @nextcloud/babel-config
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js
new file mode 100644
index 00000000..949f4807
--- /dev/null
+++ b/babel.config.js
@@ -0,0 +1,3 @@
+const babelConfig = require('@nextcloud/babel-config')
+
+module.exports = babelConfig