summaryrefslogtreecommitdiffstats
path: root/babel.config.js
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2021-06-14 16:03:25 +0100
committerJoas Schilling <coding@schilljs.com>2021-06-17 16:48:26 +0200
commit29b2dd55ac8d7d593d0a1fb0b4bf09e01137ee42 (patch)
tree884ab667aa538857f5b01371a4dbf10340ce969f /babel.config.js
parent6b452be45b4906c025f7f54d4a1a2ab8af5ff0e5 (diff)
Bump dependencies and use npm7
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
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