new_shop_admin_vue/babel.config.js
2024-02-19 10:51:14 +08:00

6 lines
53 B
JavaScript

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