aboutsummaryrefslogtreecommitdiff
path: root/viewer/babel.config.js
diff options
context:
space:
mode:
authorpacien2022-09-04 18:18:27 +0200
committerpacien2022-09-04 18:18:27 +0200
commit11bbbae2850b9c45da697a8ed9626495a50a38c0 (patch)
treeff2713118f8b45d36905bfea2933f08d8e70066d /viewer/babel.config.js
parente93f7b1eb84c083d67567115284c0002a3a7d5fc (diff)
parent8349be992b46b77dee921f484cfbff8b758ff756 (diff)
downloadldgallery-11bbbae2850b9c45da697a8ed9626495a50a38c0.tar.gz
Merge branch 'develop': release v2.1v2.1
GitHub: related to #315
Diffstat (limited to 'viewer/babel.config.js')
-rw-r--r--viewer/babel.config.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/viewer/babel.config.js b/viewer/babel.config.js
index ca2a3c1..757ff9b 100644
--- a/viewer/babel.config.js
+++ b/viewer/babel.config.js
@@ -1,4 +1,5 @@
1module.exports = { 1module.exports = {
2 presets: ["@vue/cli-plugin-babel/preset"], 2 presets: [
3 plugins: [], 3 '@vue/cli-plugin-babel/preset',
4 ],
4}; 5};