Files

10 lines
179 B
JavaScript
Raw Permalink Normal View History

2021-01-28 01:00:06 +08:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
2021-02-09 18:40:29 +08:00
]
// plugins: [['import', {
// libraryName: 'ant-design-vue',
// style: true // or 'css'
// }]]
2021-01-28 01:00:06 +08:00
}