Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Add codemod to README #237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ require('babel-core').transform('code', {
}
```

## Codemod

There is a [codemod](https://github.com/huchenme/lodash-codemods#named-import) available to help you convert all of your cherry-pick imports to a combined named import.

## FAQ

> Can this plugin produce ES2015 imports rather than CommonJS imports?
Expand Down