Blame view

ant-design-vue-jeecg/babel.config.js 87 Bytes
肖超群 authored
1
2
3
module.exports = {
  presets: [
    ['@vue/app',
谭毅彬 authored
4
      { useBuiltIns: 'entry' }]
肖超群 authored
5
6
  ]
}