What\'s the difference these imports in terms of React application bundle size?
import _ from \'lodash\' // then use _.get import { get } from \'lodash\' impo