Files
litemall/litemall-vue/babel.config.js
six.nonacosa ce4ef45826 litemall client power for vue -- init
litemall client power for vue  -- init

thanks litemall
2019-04-12 18:53:53 +08:00

16 lines
217 B
JavaScript

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