work_admin/babel.config.js
2024-01-03 11:23:06 +08:00

6 lines
53 B
JavaScript

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