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