blob: 81b999ce8677e52d2a75f80eff2b8dc834254b5a [file] [log] [blame]
module.exports = {
presets: [
'@vue/app'
]
// if your use import on Demand, Use this code
// ,
// plugins: [
// [ 'import', {
// 'libraryName': 'ant-design-vue',
// 'libraryDirectory': 'es',
// 'style': true
// } ]
// ]
}