new_shop_admin/babel.config.js
2023-05-11 09:19:34 +08:00

6 lines
53 B
JavaScript

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