lodash-tree-shaking
v1.0.0
Published
This is just a wrapper around lodash. This Module is build so webpack can treeshake lodash.
Downloads
3
Readme
lodash-tree-shaking
This is just a wrapper around lodash. This Module is build so webpack can treeshake lodash.
Install
- run
yarn add lodash-tree-shaking
- Replace your imports:
// before
import { flatMap } from 'lodash'
// now
import { flatMap } from 'lodash-tree-shaking'