ProjectInformation/projectinformationvue/babel.config.js
2024-08-20 16:05:25 +08:00

7 lines
86 B
JavaScript

module.exports = {
presets: [
['@vue/app',
{ useBuiltIns: 'entry' }]
]
}