Portal/potal_admin/babel.config.js
2025-03-10 17:41:02 +08:00

6 lines
53 B
JavaScript

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