shellscape/webpack-manifest-plugin
webpack plugin for generating asset manifests observed · 2026-08-28
Health v2 · maintenance only
50/100
- Activity 50
- Release rhythm 22
- Longevity 100
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: 4183
- days_rel: 307
- days_push: 304
- n_releases_24m: 1
Adoption not part of the score
1442 stars · 186 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
plugin · maturity active
build-tool developer-tools web-development frontend developer-tools cli webpack asset-manifest build-pipeline typescript nodejs
2 sources
- readme: https://github.com/shellscape/webpack-manifest-plugin · fetched 2026-08-28 · 7a242e0ff2ae
- registry_npm: https://registry.npmjs.org/webpack-manifest-plugin · fetched 2026-08-29 · 0b1bea846c42
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| shellscape/webpack-manifest-plugin | main | 50 |
For agents
markdown · JSON · MCP: product_card(name="shellscape/webpack-manifest-plugin")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem