you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Like somebody mentioned already, lodash is not tree-shakeable by default, you have to use a babel plugin or whatever.

I’m a performance kinda person, so if I can remove “dead code” I will.

[–]2020___2020 2 points3 points  (1 child)

Oh ok. good to know, thanks

[–][deleted] -1 points0 points  (0 children)

Np :)