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.
I see the entirety of
lodashis being imported, while only a handful of its methods are being used.Importing only the required methods would be beneficial to bundle size.