I am using lodash-es for tree shaking the lodash library so as to reduce the build size. I am suing 2 packages of lodash in my application which are imported as:
import {cloneDeep} from 'lodash-es';
and in another file
import {set as lodashSet} from 'lodash-es';
These 2 are the only imports from lodash in my whole app. Now when I check the bundle via analyzer I get to see various other lodash packages being included in the bundle