马宇豪
2023-09-06 bcbb4ac52e16679bc95543e00c5f5883e3da83ef
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
  presets: [
    '@vue/cli-plugin-babel/preset'
  ],
  plugins: [
    ['import', {
      'libraryName': 'ant-design-vue',
      'libraryDirectory': 'es',
      'style': 'css'
    }]
  ]
}