vue-learning/cli/hello-router/babel.config.js

6 lines
73 B
JavaScript
Raw Normal View History

2022-11-22 09:57:20 +00:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}