ProjectInformation/projectinformationvue/babel.config.js

7 lines
86 B
JavaScript
Raw Normal View History

2024-08-20 16:05:25 +08:00
module.exports = {
presets: [
['@vue/app',
{ useBuiltIns: 'entry' }]
]
}