lodash/babel-plugin-lodash
Modular Lodash builds without the hassle. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4052
- days_rel: n/a
- days_push: 1168
- n_releases_24m: 0
Adoption not part of the score
1946 stars · 95 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Babel plugin that rewrites Lodash imports into cherry-picked per-method module imports, enabling smaller modular Lodash builds. It works with bundlers like webpack (via lodash-webpack-plugin) to reduce bundle size.
Use cases
- reduce bundle size when importing lodash
- convert full lodash imports to per-method imports automatically
- cherry-pick lodash modules without manual imports
- optimize lodash builds in a webpack/babel pipeline
When to choose
- you use Babel and import the full lodash package but only need a few methods
- you want smaller bundles without manually importing lodash/foo modules
When to avoid
- you already import individual lodash methods directly
- you rely on lodash chain sequences, which are unsupported
- your project doesn't use Babel
Facets
plugin · maturity maintenance
build-tool developer-tools developer-tools web-development frontend babel-plugin lodash tree-shaking bundle-size javascript nodejs
2 sources
- readme: https://github.com/lodash/babel-plugin-lodash · fetched 2026-08-28 · 3edd7fc0112e
- registry_npm: https://registry.npmjs.org/babel-plugin-lodash · fetched 2026-08-29 · a9927487070c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lodash/babel-plugin-lodash | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="lodash/babel-plugin-lodash")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem