Open machour opened 3 years ago
As far as I can see, only the following parts of lodash are used:
import { forEach, findIndex, orderBy, cloneDeep } from 'lodash'
You should only depends on the individual packages (lodash.foreach, lodash.findindex, ...)
As far as I can see, only the following parts of lodash are used:
You should only depends on the individual packages (lodash.foreach, lodash.findindex, ...)