babel.config.js 173 Bytes
Newer Older
sin's avatar
sin committed
1 2 3 4 5 6 7 8 9 10
module.exports = {
  presets: ['@vue/app'],
  plugins: [
    [
      'import',
      { libraryName: 'vant', libraryDirectory: 'es', style: true },
      'vant'
    ]
  ]
};