mirror of
http://123.56.153.49:3000/haibing/litemall.git
synced 2025-06-06 05:44:13 +00:00
16 lines
217 B
JavaScript
16 lines
217 B
JavaScript
![]() |
module.exports = {
|
||
|
presets: ['@vue/app'],
|
||
|
plugins: [
|
||
|
'lodash',
|
||
|
[
|
||
|
'import',
|
||
|
{
|
||
|
libraryName: 'vant',
|
||
|
libraryDirectory: 'es',
|
||
|
style: true
|
||
|
},
|
||
|
'vant'
|
||
|
]
|
||
|
]
|
||
|
};
|