aiceps-mobile/babel.config.js

8 lines
91 B
JavaScript
Raw Normal View History

2026-03-23 11:38:10 +08:00
module.exports = {
presets: [
['@vue/app', {
useBuiltIns: 'entry'
}]
]
}