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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-12-19 13:10:25 +0300
committerJulius Härtl <jus@bitgrid.net>2019-12-19 13:10:25 +0300
commitd33cae71fab43e8fd5b1285c6a40f43f45d30a2f (patch)
tree84b018cd47b57965db6321e6c318f58c90cb18b8 /babel.config.js
parent89dfb0ef6a61edfe9fa6420d4596a6618028df43 (diff)
Bump frontend dependencies and remove build files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js
new file mode 100644
index 0000000..7a5d71e
--- /dev/null
+++ b/babel.config.js
@@ -0,0 +1,11 @@
+module.exports = {
+ plugins: ['@babel/plugin-syntax-dynamic-import'],
+ presets: [
+ [
+ '@babel/preset-env',
+ {
+ modules: false
+ }
+ ]
+ ]
+}