NuclearDispersionSystem/ant-design-vue-jeecg/babel.config.js

7 lines
86 B
Java
Raw Normal View History

2023-09-14 10:03:04 +08:00
module.exports = {
presets: [
['@vue/app',
{ useBuiltIns: 'entry' }]
]
}