IDCDatasync-vue/babel.config.js

7 lines
86 B
JavaScript
Raw Normal View History

2025-01-15 20:19:34 +08:00
module.exports = {
presets: [
['@vue/app',
{ useBuiltIns: 'entry' }]
]
}