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