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
Hey, it looks like your built file contains all of [email protected] whereas it should really only contain the functions that you use.
You can fix this pretty easily by requireing the function files directly instead of requireing the toplevel lodash object, e.g. var some = require('lodash/some').
That aside, this looks like a handy library. Thanks for publishing it!
The text was updated successfully, but these errors were encountered:
Hey, it looks like your built file contains all of
[email protected]
whereas it should really only contain the functions that you use.You can fix this pretty easily by
require
ing the function files directly instead ofrequire
ing the toplevel lodash object, e.g.var some = require('lodash/some')
.That aside, this looks like a handy library. Thanks for publishing it!
The text was updated successfully, but these errors were encountered: