Ziyao Wang
2024-07-29 9f04fd130c8436b5a23c4c334d8fb7ea11a95ba6
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
    presets: ['@vue/cli-plugin-babel/preset'],
    plugins: [
        [
            'import',
            {
                libraryName: 'ant-design-vue',
                libraryDirectory: 'es',
                style: 'css'
            }
        ]
    ]
}