From 972a37cab3203ac40cad201a74118bc843158f23 Mon Sep 17 00:00:00 2001 From: pjhmizn49 Date: Fri, 13 Dec 2024 08:44:40 +0800 Subject: [PATCH] ADD file via upload --- flower_admin_front/babel.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 flower_admin_front/babel.config.js diff --git a/flower_admin_front/babel.config.js b/flower_admin_front/babel.config.js new file mode 100644 index 0000000..e955840 --- /dev/null +++ b/flower_admin_front/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +}