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

7 lines
87 B
Java
Raw Normal View History

2019-02-25 07:58:05 +00:00
module.exports = {
presets: [
['@vue/app',
{ useBuiltIns: 'entry' }]
2019-02-25 07:58:05 +00:00
]
}