diff --git a/flower_user_front/babel.config.js b/flower_user_front/babel.config.js new file mode 100644 index 0000000..e955840 --- /dev/null +++ b/flower_user_front/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +}