.babel 207 B

123456789101112
  1. {
  2. "plugins": [
  3. [
  4. "import",
  5. {
  6. "libraryName": "vant",
  7. "libraryDirectory": "es",
  8. "style": true
  9. }
  10. ]
  11. ]
  12. }