mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
10 lines
168 B
JavaScript
10 lines
168 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset'
|
|
],
|
|
plugins: [['import', {
|
|
libraryName: 'ant-design-vue',
|
|
style: true // or 'css'
|
|
}]]
|
|
}
|