Open fabiospampinato opened 5 years ago
I see the entirety of lodash is being imported, while only a handful of its methods are being used.
lodash
Importing only the required methods would be beneficial to bundle size.
@fabiospampinato can you check this pr #8 and confirm?
I see the entirety of
lodash
is being imported, while only a handful of its methods are being used.Importing only the required methods would be beneficial to bundle size.