mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-15 03:38:04 +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'
|
||
|
|
}
|
||
|
|
]
|
||
|
|
]
|
||
|
|
}
|