@11ty/lodash-custom
Eleventy uses 3 small lodash functions:
Why?
- The top level
lodashpackage includes all oflodashand is a hefty 5 MB. - Using the individual, modularized
lodash.get,lodash.set,lodash.chunkpackages are a much smaller 106 KB but do contain duplicated code. More problematically, these are not being maintained/updated with the newest versions oflodash.
This package creates one focused custom dependency using the tools that lodash provides to do custom builds (lodash-cli) for these three lodash functions with updated versions of lodash.