hn_canteen_web/babel.config.js

6 lines
53 B
JavaScript
Raw Permalink Normal View History

2026-01-20 20:19:04 +08:00
module.exports = {
presets: [
'@vue/app'
]
}