yudao-cloud/mobile-web/babel.config.js

11 lines
173 B
Java

module.exports = {
presets: ['@vue/app'],
plugins: [
[
'import',
{ libraryName: 'vant', libraryDirectory: 'es', style: true },
'vant'
]
]
};