Skip to content

Instantly share code, notes, and snippets.

@ah584d
Last active December 1, 2021 09:42
Show Gist options
  • Select an option

  • Save ah584d/0c4cb8c9f7bb8930099299f21f4fb03e to your computer and use it in GitHub Desktop.

Select an option

Save ah584d/0c4cb8c9f7bb8930099299f21f4fb03e to your computer and use it in GitHub Desktop.
component-example
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