# shellscape/webpack-manifest-plugin

webpack plugin for generating asset manifests

Repository: https://github.com/shellscape/webpack-manifest-plugin
Canonical: https://ross.abutalabs.com/products/webpack-manifest-plugin
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2025-11-02T14:59:16+00:00

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

## Adoption (not part of the score)
Stars 1442, forks 186 (observed 2026-08-28T04:04:44.729582+00:00)

## What it is
A Webpack plugin that generates an asset manifest mapping source filenames to hashed build output files. It emits a manifest.json (customizable) during webpack builds to support caching and asset lookup.

## Use cases
- generate a manifest mapping source files to hashed webpack output filenames
- track build assets for server-side rendering or CDN deployment
- integrate webpack build output with a backend that needs asset paths
- filter or prefix manifest keys for a custom deployment layout
- consume emitted assets in another webpack plugin via asset hooks

## When to choose
- you use Webpack 5 and need a reliable mapping of original files to emitted, hashed assets
- you deploy assets to a CDN or cache-bust and need a manifest consumed by your server
- you need fine-grained control over manifest keys, filtering, and generation stage

## When to avoid
- you have migrated off webpack to Vite, esbuild, or another bundler with native manifest support
- you need a runtime asset loader rather than a build-time manifest file
- you are on Node.js older than v20.19 or webpack below v5

## Facets
- artifact type: plugin
- maturity: active
- function: build-tool, developer-tools
- domain: web-development, frontend, developer-tools
- platform: cli
- tags: webpack, asset-manifest, build-pipeline, typescript, nodejs

## Member repositories
- shellscape/webpack-manifest-plugin (main) score 50

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:44.729582+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-30T04:36:25.350609+00:00, confidence not recorded.
  - readme: https://github.com/shellscape/webpack-manifest-plugin (fetched 2026-08-28T04:04:44.729582+00:00, sha 7a242e0ff2ae)
  - registry_npm: https://registry.npmjs.org/webpack-manifest-plugin (fetched 2026-08-29T11:46:52.762843+00:00, sha 0b1bea846c42)
- Data as of 2026-08-30T08:39:29.467469+00:00.
