I'm trying this:
import { each,find,filter,map,some,debounce,defer,delay,throttle,uniq,assign,extend,merge,omit,without,findIndex,compact,replace,groupBy,max,uniqueId } from '../npm_components/node_modules/lodash/lodash';
The resulting file, seems to be the same size as for example I import only this:
import { delay } from '../npm_components/node_modules/lodash/lodash';
Why?