crgs/babel.config.js

8 lines
91 B
JavaScript
Raw Permalink Normal View History

2026-04-22 10:28:54 +08:00
module.exports = {
presets: [
['@vue/app', {
useBuiltIns: 'entry'
}]
]
}