# jantimon/html-webpack-plugin

Simplifies creation of HTML files to serve your webpack bundles

Repository: https://github.com/jantimon/html-webpack-plugin
Canonical: https://ross.abutalabs.com/products/html-webpack-plugin
Language: JavaScript
License: MIT
License Family: permissive
Topics: html-webpack-plugin, webpack
Last push: 2026-07-25T11:17:58+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 8, longevity 100
- inputs: {"age_days": 4408, "days_push": 39, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10722, forks 1291 (observed 2026-08-28T04:10:43.859632+00:00)

## What it is
A webpack plugin that simplifies creating HTML files to serve webpack bundles, automatically injecting script and link tags with correct hashed filenames. It supports generating HTML from lodash templates or custom loaders.

## Use cases
- generate html files for webpack bundles
- inject hashed bundle filenames into html automatically
- create html entry pages for a webpack build
- use custom templates to render webpack output html
- manage multiple html pages in a webpack project

## When to choose
- you use webpack and need html files that reference your bundles
- your bundle filenames include hashes that change every build
- you want templated html generation integrated into the webpack pipeline

## When to avoid
- you use a different bundler like Vite, Rollup, or esbuild
- your project does not use webpack
- you need a static site generator with content features

## Facets
- artifact type: plugin
- maturity: stable
- function: build-tool, templating, plugin-system
- domain: web-development, frontend, developer-tools
- platform: -
- tags: webpack, html-generation, bundler-plugin, javascript, nodejs

## Member repositories
- jantimon/html-webpack-plugin (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:43.859632+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-29T17:17:56.715083+00:00, confidence not recorded.
  - readme: https://github.com/jantimon/html-webpack-plugin (fetched 2026-08-28T04:10:43.859632+00:00, sha 984513cce47f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
