litemall/litemall-admin/babel.config.js
2025-04-14 14:25:41 +08:00

6 lines
53 B
JavaScript

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