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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-04-19 15:58:49 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-04-19 17:00:12 +0300
commitc0727268c83b767c59b8e32b43960bfd5f501398 (patch)
tree6944141172be78e3add6558e1db66b277a3d4b5e /babel.config.js
parentaea0704785d434885e2b199201dfed8c9ab11160 (diff)
Move to latest webpack-vue-config and global babel config
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js9
1 files changed, 3 insertions, 6 deletions
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