mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-01 14:30:15 +00:00
14 lines
275 B
JavaScript
14 lines
275 B
JavaScript
module.exports = {
|
|
presets: ['@vue/cli-plugin-babel/preset'],
|
|
plugins: [
|
|
[
|
|
'import',
|
|
{
|
|
libraryName: 'ant-design-vue',
|
|
libraryDirectory: 'es',
|
|
style: 'css'
|
|
}
|
|
]
|
|
]
|
|
}
|