Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 224 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 224 Bytes

transform-imports

Config

[
  "transform-imports",
  {
    "react-bootstrap": {
      "transform": "react-bootstrap/lib/{{member}}"
    },
    "lodash": {
      "transform": "lodash/{{member}}"
    }
  }
]