.babelrc 148 B

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