Completion-template/babel.config.js

7 lines
86 B
JavaScript
Raw Normal View History

2024-03-19 00:54:18 +08:00
module.exports = {
presets: [
['@vue/app',
{ useBuiltIns: 'entry' }]
]
}