From 29b2dd55ac8d7d593d0a1fb0b4bf09e01137ee42 Mon Sep 17 00:00:00 2001 From: Marco Ambrosini Date: Mon, 14 Jun 2021 16:03:25 +0100 Subject: Bump dependencies and use npm7 Signed-off-by: Marco Ambrosini --- babel.config.js | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'babel.config.js') 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 -- cgit v1.2.3