exam-web/babel.config.js
2025-07-09 15:10:05 +08:00

6 lines
53 B
JavaScript

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