# neutrinojs/webpack-chain

A chaining API to generate and simplify the modification of Webpack configurations.

Repository: https://github.com/neutrinojs/webpack-chain
Canonical: https://ross.abutalabs.com/products/webpack-chain
Language: JavaScript
License: MPL-2.0
License Family: copyleft
Topics: webpack, webpack2, webpack-configuration, fluent, chain-methods
Archived: true
Last push: 2024-02-04T08:45:44+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3495, "days_push": 941, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3180, forks 229 (observed 2026-08-28T04:07:47.797798+00:00)

## What it is
A JavaScript library providing a chainable, fluent API for generating and modifying webpack 4 configuration objects. It simplifies sharing and mutating webpack configs across projects without manipulating raw config objects directly.

## Use cases
- generate webpack configuration with a fluent api
- modify webpack config programmatically
- share webpack configuration across projects
- avoid manipulating raw webpack config objects
- standardize webpack config modifications in build tooling

## When to choose
- you build tooling that generates or mutates webpack 4 configs
- you want named, reusable config fragments instead of deep object edits
- you use Neutrino or a similar framework built on webpack-chain

## When to avoid
- you use webpack 5, which this version does not target
- your webpack config is simple and a plain object suffices
- you prefer native webpack config or newer alternatives like vite

## Facets
- artifact type: library
- maturity: maintenance
- function: build-tool, configuration-management, developer-tools
- domain: web-development, developer-tools, frontend
- platform: -
- tags: webpack, fluent-api, chaining-api, build-configuration, javascript, nodejs

## Member repositories
- neutrinojs/webpack-chain (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:47.797798+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:25:05.567145+00:00, confidence not recorded.
  - readme: https://github.com/neutrinojs/webpack-chain (fetched 2026-08-28T04:07:47.797798+00:00, sha 625172d0e8b6)
  - registry_npm: https://registry.npmjs.org/webpack-chain (fetched 2026-08-29T09:39:33.390455+00:00, sha 7496f28c6bb7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
