summaryrefslogtreecommitdiff
path: root/babel.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js
index a1c27e1c..03e1dd91 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,3 +1,3 @@
module.exports = {
- presets: [["@vue/cli-plugin-babel/preset", { useBuiltIns: "entry" }]]
+ presets: [['@vue/cli-plugin-babel/preset', { useBuiltIns: 'entry' }]]
};