DEV Community

Discussion on: How to make your bundle size smaller if you're using Lodash with Angular

Collapse
 
sampathlokuge profile image
Sampath Lokuge

This is no needed at all according to the official doc: lodash.com/per-method-packages

Furthermore, modern tree-shaking bundlers like webpack and rollup can avoid bundling code you don't need even if you don't use direct imports or the babel plugin.