certd/packages/ui/certd-ui/babel.config.js

10 lines
179 B
JavaScript
Raw Normal View History

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