trqVue/babel.config.js

7 lines
86 B
JavaScript
Raw Permalink Normal View History

2025-03-09 11:40:08 +00:00
module.exports = {
presets: [
['@vue/app',
{ useBuiltIns: 'entry' }]
]
}