Ross ROSS = Recommend OSS · open-source software intelligence for agents

mzgoddard/hard-source-webpack-plugin

None observed · 2026-08-28

github.com/mzgoddard/hard-source-webpack-plugin · homepage · JavaScript · ISC (permissive) observed · 2026-08-28

Health v2 · maintenance only

64/100

  • Activity 70
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3670
  • days_rel: n/a
  • days_push: 181
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2726 stars · 156 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

HardSourceWebpackPlugin is a webpack plugin that provides an intermediate hard (disk-based) caching step for modules, making subsequent builds significantly faster. It stores module source and dependency info on disk and reuses it across runs.

Use cases

  • speed up webpack rebuilds
  • cache webpack modules on disk
  • reduce build times for large webpack projects
  • make second webpack builds faster
  • cache module sources between builds

When to choose

  • you use webpack 4 or earlier and want faster repeat builds
  • build times are dominated by recompiling unchanged modules
  • you want a drop-in webpack plugin for persistent caching

When to avoid

  • you use webpack 5, which has built-in persistent filesystem cache
  • your build is already fast or mostly cache-hostile
  • you rely on loaders incompatible with hard-source caching

Facets

plugin · maturity maintenance

caching build-tool developer-tools web-development performance cli webpack-plugin build-cache disk-cache incremental-builds nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
mzgoddard/hard-source-webpack-pluginmain64

For agents

markdown · JSON · MCP: product_card(name="mzgoddard/hard-source-webpack-plugin")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem