Last active
December 1, 2021 09:42
-
-
Save ah584d/0c4cb8c9f7bb8930099299f21f4fb03e to your computer and use it in GitHub Desktop.
component-example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| component file: | |
| replace all lodash import statement by @lodash e.g. | |
| import { orderBy } from 'lodash'; | |
| becomes: | |
| import { orderBy } from '@lodash'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment