new_shop_supply/babel.config.js
2024-02-20 09:57:06 +08:00

6 lines
53 B
JavaScript

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