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

github.com/nextcloud/notifications.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-12 13:25:54 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-04-15 15:54:14 +0300
commit572a3e6eff2d5a708b7f6ace0ca95b53612d5e02 (patch)
treed862242e798d1ca6e4ed112e456ff8c23e5fcdfa /babel.config.js
parentaff3a20209ec4169802bed737e83b566bd18010e (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.js16
1 files changed, 3 insertions, 13 deletions
diff --git a/babel.config.js b/babel.config.js
index 6c1efbf..8be4fc3 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,13 +1,3 @@
-module.exports = {
- plugins: ['add-module-exports'],
- presets: [
- [
- '@babel/preset-env',
- {
- corejs: 3,
- useBuiltIns: 'entry',
- modules: 'commonjs',
- },
- ],
- ],
-}
+const babelConfig = require('@nextcloud/babel-config')
+
+module.exports = babelConfig