Use lodash.throttle exclusively
stevenvachon opened this issue · 4 comments
camwiegert commented
@stevenvachon Right now, we're using babel-plugin-lodash to cherry-pick lodash modules.
stevenvachon commented
Ah, that's not so bad, but why force the download of the whole thing?
camwiegert commented
@stevenvachon Well, only the functions that are imported get into the final bundle. And, believe it or not, the bundle is actually smaller this way 😸
stevenvachon commented
:) ok, well I have no argument. Thank you.