From b9654041b2092ea046b7b79674ea6d0569cc4b58 Mon Sep 17 00:00:00 2001 From: p53209761 Date: Fri, 29 Jul 2022 00:58:09 +0800 Subject: [PATCH] ADD file via upload --- babel.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 babel.config.js diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..e955840 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +}