survivejs/webpack-merge
Merge designed for webpack observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4086
- days_rel: n/a
- days_push: 782
- n_releases_24m: 0
Adoption not part of the score
2683 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
webpack-merge is a TypeScript library providing a merge function designed for webpack configuration objects, concatenating arrays and merging objects with right-side precedence. It supports customizable merge behavior per field and handles functions by executing and re-wrapping them.
Use cases
- merge webpack config files
- combine common and environment-specific webpack configurations
- concatenate arrays when merging build configs
- customize merge behavior for specific config keys
- split webpack config into development and production variants
When to choose
- you maintain multiple webpack configuration files that share common settings
- you need smart merging of webpack-specific fields like loaders and extensions
- you want a battle-tested merge utility with webpack semantics
When to avoid
- you need to merge Promise-wrapped configurations
- your project uses a bundler other than webpack with different config semantics
- you need deep merging of arbitrary non-config data structures
Facets
library · maturity stable
configuration-management developer-tools developer-tools web-development frontend webpack merge build-configuration typescript nodejs javascript
2 sources
- readme: https://github.com/survivejs/webpack-merge · fetched 2026-08-28 · b6fb2187eb3b
- registry_npm: https://registry.npmjs.org/webpack-merge · fetched 2026-08-29 · d6c01b3921cf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| survivejs/webpack-merge | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="survivejs/webpack-merge")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem