dns-witch.net.eu.org/node_modules/@11ty/lodash-custom
2025-07-05 18:19:59 +02:00
..
lodash.custom.js 11ty + RIP DNS Witch EU.ORG service 2025-07-05 18:19:59 +02:00
package.json 11ty + RIP DNS Witch EU.ORG service 2025-07-05 18:19:59 +02:00
README.md 11ty + RIP DNS Witch EU.ORG service 2025-07-05 18:19:59 +02:00

@11ty/lodash-custom

Eleventy uses 3 small lodash functions:

Why?

  1. The top level lodash package includes all of lodash and is a hefty 5 MB.
  2. Using the individual, modularized lodash.get, lodash.set, lodash.chunk packages are a much smaller 106 KB but do contain duplicated code. More problematically, these are not being maintained/updated with the newest versions of lodash.

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.