lilishop-ui/seller/babel.config.js

11 lines
113 B
JavaScript
Raw Normal View History

2021-05-13 10:56:04 +08:00
module.exports = {
presets: [
[
'@vue/app',
{
useBuiltIns: 'entry'
}
]
]
}