You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, I see. I'm not a webpack expert, just saw the entire library in package.json, but verified with visualizer that only those functions are being bundled.
I've been installing the individual lodash functions i've needed, but i guess can just import them from the already installed package, good to know.
In an effort to keep the production bundle small, would it be possible to only install the required lodash functions, rather than the entire package?
In components would be
import filter from 'lodash.filter'
The text was updated successfully, but these errors were encountered: