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

10 lines
168 B
JavaScript
Raw Normal View History

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