.babelrc 169 B

123456789101112
  1. {
  2. "plugins": [
  3. [
  4. "component",
  5. {
  6. "libraryName": "element-ui",
  7. "styleLibraryName": "theme-chalk"
  8. }
  9. ]
  10. ]
  11. }