babel.config.js 176 B

123456789
  1. module.exports = {
  2. plugins: [
  3. ['import', {
  4. libraryName: 'vant',
  5. libraryDirectory: 'es',
  6. style: true
  7. }, 'vant']
  8. ]
  9. };