Blame view

ant-design-vue-jeecg/babel.config.js 53 Bytes
1
2
3
4
5
module.exports = {
  presets: [
    '@vue/app'
  ]
}