babelrc 127 B

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