.babelrc 206 B

123456789101112
  1. {
  2. "plugins": [
  3. [
  4. "import",
  5. {
  6. "libraryName": "ant-design-vue",
  7. "libraryDirectory": "lib", // default: lib
  8. "style": true
  9. },
  10. ]
  11. ]
  12. }