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

github.com/nextcloud/files_pdfviewer.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-26 21:02:47 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-04-26 21:03:57 +0300
commita95891b58ab5803b5e524c48d8b134ed08dca0ee (patch)
tree6c9b0a515804f1c0638462a94e8ee5e585f5300f /babel.config.js
parent29635ecbdd1c0ded337259f61e5671688e9efa6a (diff)
Migrate babel config
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js17
1 files changed, 3 insertions, 14 deletions
diff --git a/babel.config.js b/babel.config.js
index 5496c98..8be4fc3 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,14 +1,3 @@
-module.exports = {
- plugins: [
- '@babel/plugin-syntax-dynamic-import',
- ],
- presets: [
- [
- '@babel/preset-env',
- {
- corejs: 3,
- useBuiltIns: 'entry',
- },
- ],
- ],
-}
+const babelConfig = require('@nextcloud/babel-config')
+
+module.exports = babelConfig