PPTist/babel.config.js

16 lines
227 B
JavaScript
Raw Normal View History

2020-12-10 19:14:45 +08:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
2020-12-10 22:40:15 +08:00
],
plugins: [
[
'import',
{
libraryName: 'ant-design-vue',
libraryDirectory: 'es',
style: true,
}
]
2020-12-10 19:14:45 +08:00
]
}