litemall/litemall-vue/babel.config.js

16 lines
217 B
JavaScript
Raw Permalink Normal View History

2025-04-14 14:25:41 +08:00
module.exports = {
presets: ['@vue/app'],
plugins: [
'lodash',
[
'import',
{
libraryName: 'vant',
libraryDirectory: 'es',
style: true
},
'vant'
]
]
};