PPTist/babel.config.js

16 lines
231 B
JavaScript
Raw Normal View History

2020-12-10 19:14:45 +08:00
module.exports = {
presets: [
2020-12-11 10:47:53 +08:00
'@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-11 10:47:53 +08:00
},
],
],
2020-12-10 19:14:45 +08:00
}