magic-boot/magic-boot-ui/babel.config.js
2021-10-24 20:09:53 +08:00

6 lines
53 B
JavaScript

module.exports = {
presets: [
'@vue/app'
]
}