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

11 lines
173 B
Java
Raw Normal View History

2019-03-04 15:28:16 +08:00
module.exports = {
presets: ['@vue/app'],
plugins: [
[
'import',
{ libraryName: 'vant', libraryDirectory: 'es', style: true },
'vant'
]
]
};