aboutsummaryrefslogtreecommitdiff
path: root/viewer/babel.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/babel.config.js')
-rw-r--r--viewer/babel.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/viewer/babel.config.js b/viewer/babel.config.js
index 1378522..757ff9b 100644
--- a/viewer/babel.config.js
+++ b/viewer/babel.config.js
@@ -1,5 +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}; 5};