From c0727268c83b767c59b8e32b43960bfd5f501398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 19 Apr 2021 14:58:49 +0200 Subject: Move to latest webpack-vue-config and global babel config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- babel.config.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index a179fa4..8be4fc3 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,3 @@ -module.exports = { - plugins: [ - '@babel/plugin-syntax-dynamic-import', - ], - presets: ['@babel/preset-env'], -} +const babelConfig = require('@nextcloud/babel-config') + +module.exports = babelConfig -- cgit v1.2.3