mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
10 lines
179 B
JavaScript
10 lines
179 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset'
|
|
]
|
|
// plugins: [['import', {
|
|
// libraryName: 'ant-design-vue',
|
|
// style: true // or 'css'
|
|
// }]]
|
|
}
|