When I try to use lodash function as a specific import as shown below then it shows to be it loads only 14.7KB
in size.
But when I try to use the import as a destructured object then it shows 69.6KB
in size
Some articles say it works the same for both the above imports while some say it doesn't. Just wanted to understand does it add the complete build or only a specific function in the final build, especially the 2nd syntax (destructuring)