html-webpack-plugin

Generates and injects your webpack bundle tags into HTML files automatically, with zero configuration required.

Tool
npm
v5.6.8
10,721stars
MIT License

Repository Health

Pre-computed score based on development activity, maintenance, community, maturity, and trend momentum.How we score it →
63/100Good
Development Activity40
Maintenance28
Community84
Maturity60
Momentum40

Technical Analysis

AI-assessed by reading the actual repository — architecture, code quality, innovation, and documentation.How we score it →
80/100Excellent
Architecture78
Code Quality80
Innovation82
Learning Curve80

html-webpack-plugin is the standard webpack plugin for generating the HTML files that load your bundled JavaScript and CSS. Instead of hand-editing script and link tags every time an output filename or content hash changes, the plugin watches the compilation’s chunks and entry points and injects the right tags automatically — with zero configuration needed for a simple single-page app.

Beyond the zero-config default, it supports custom EJS/Handlebars/Pug templates, per-entry filenames for multi-page builds, favicon handling, and a set of typed tapable hooks (beforeAssetTagGeneration, alterAssetTags, afterTemplateExecution, beforeEmit, and more) that let a large ecosystem of companion plugins — subresource integrity, CSP headers, favicon generation, asset inlining — extend its output without patching webpack itself.

What You Get

  • Zero-config HTML generation for single-page apps — works immediately after new HtmlWebpackPlugin()
  • Custom template support via EJS, Handlebars, Pug, or a raw loader for full control over markup
  • Multi-page output with per-entry filename functions and chunks/excludeChunks filtering
  • Automatic favicon copying and <link rel="icon"> injection
  • Six ordered tapable hooks for deep customization by companion plugins
  • Cached child compilation so unchanged output isn’t re-emitted on every rebuild

Common Use Cases

  • Single-page app builds - front-end teams building an SPA get an index.html with correctly hashed script/link tags emitted automatically on every build, no manual editing needed.
  • Multi-page/multi-entry sites - projects with several entry points use per-entry filename functions and chunks filtering to emit one HTML file per page from a single webpack config.
  • Custom branded templates - teams with existing HTML templates (EJS, Handlebars, Pug) plug them in via template/templateContent to keep their own markup while still getting automatic asset injection.
  • Building companion webpack plugins - plugin authors hook into beforeAssetTagGeneration, alterAssetTags, or beforeEmit to add SRI hashes, CSP meta tags, or inline critical CSS without forking core.

Under The Hood

Architecture The main HtmlWebpackPlugin class in index.js (~1,568 lines) hooks into webpack’s compiler via apply(compiler) and exposes six ordered tapable AsyncSeriesWaterfallHooks (beforeAssetTagGeneration, alterAssetTags, alterAssetTagGroups, afterTemplateExecution, beforeEmit, afterEmit) through a static getCompilationHooks() keyed off a WeakMap<Compilation, Hooks> so multiple plugin instances share one hook registry per compilation. Actual HTML generation is delegated to lib/cached-child-compiler.js and lib/child-compiler.js, which spin up a webpack child compiler using NodeTemplatePlugin/NodeTargetPlugin/LoaderTargetPlugin/EntryPlugin to compile the user’s template into a runnable module and execute it in a VM context to produce the final HTML string; lib/chunksorter.js orders entries in the output and lib/html-tags.js models the injected script/link/meta tags as reusable objects. Because the tapable hooks are the plugin’s entire public extension surface, a large ecosystem of downstream plugins (subresource-integrity, favicon, CSP plugins) depends directly on this child-compiler abstraction remaining stable.

Tech Stack Written as plain CommonJS JavaScript with @ts-check and a hand-authored typings.d.ts for consumer typing rather than being written in TypeScript directly, so the package ships raw source with no build/transpile step. Runtime dependencies are minimal and targeted: tapable for the hook system, lodash for template interpolation, html-minifier-terser for optional output minification, and pretty-error for readable compiler error output. webpack (^5.20) and @rspack/core are both declared as optional peer dependencies, reflecting a recent push to support Rspack alongside webpack. Tooling around the package is comprehensive: Jest for tests, ESLint + Prettier + cspell for linting, Husky/lint-staged/commitlint for commit hygiene, and standard-version for releases, all wired into GitHub Actions CI.

Code Quality Test coverage is extensive — spec/basic.spec.js alone runs to nearly 3,900 lines covering broad permutations of plugin options and output, alongside dedicated suites for incremental/watch caching (caching.spec.js), hot module replacement behavior (hot.spec.js), and an example-build regression suite that diffs generated output against fixtures using dir-compare. Errors are handled explicitly and formatted through a dedicated lib/errors.js module rather than swallowed, and every source file uses @ts-check with JSDoc type annotations checked against typings.d.ts via a posttest tsc run, giving most of the safety of TypeScript without a compile step. Naming is consistent and CI enforces lint plus the full test suite on every change.

API Design The public surface is intentionally small: a single constructor option object covers the common cases with sane defaults, so a bare new HtmlWebpackPlugin() works with no configuration at all. Options like chunks, excludeChunks, chunksSortMode, and a function-valued filename cover the large majority of multi-entry scenarios without needing to escape into hook code, while the six documented tapable hooks (mirrored in both a JSDoc block in index.js and the Hooks namespace in typings.d.ts) give advanced users typed, ordered extension points. This combination of a low floor and a well-documented, typed extension ceiling is what has let a wide ecosystem of independent companion plugins build on it without needing to fork or monkey-patch core behavior.

Used by 37 apps in this directory

TypeScript
96%
Other

Amplication

Developer Tools · AI Code Assistants · Automation

16,011

Create production-ready backend services with your organization's standards baked in — generating NestJS, Prisma, and GraphQL code that you own and control.

View details
60
Repo Health
84
Technical
60
Dependency
Built with
TypeScript96%
Updated 2 months ago
JavaScript
94%
MIT

Another Redis Desktop Manager

Developer Tools · Databases

34,729

Fast, stable Redis GUI with cluster, SSH, and massive key support

View details
83
Repo Health
56
Technical
67
Dependency
Built with
JavaScript94%
Updated 2 weeks ago
TypeScript
68%
Apache 2.0

Appsmith

Developer Tools · Automation · No Code Platforms

40,825

Open-source low-code platform to build admin panels, dashboards, and internal tools connected to any database or API.

View details
93
Repo Health
79
Technical
66
Dependency
Built with
TypeScript68%
Java21%
Updated 3 days ago
Go
85%
Apache 2.0

Argo Workflows

Devops · Data Engineering

16,956

The most popular Kubernetes-native workflow engine for orchestrating containerized DAGs, ML pipelines, CI/CD, and parallel batch jobs at scale.

View details
96
Repo Health
90
Technical
67
Dependency
Built with
Go85%
TypeScript11%
Updated yesterday
Java
48%
Apache 2.0

ClearFlask

Product Management · Community

451

Open-source feedback management and roadmap tool that lets product teams collect, prioritize, and respond to user input — with AI-powered summarization and full self-hosting control.

View details
82
Repo Health
73
Technical
62
Dependency
Built with
Java48%
TypeScript47%
Updated 4 days ago
JavaScript
90%
Other

CodeSandbox

Code Editors · Developer Tools

13,640

Instantly ready browser-based IDE that runs full npm dependency resolution and transpilation entirely client-side, with no server needed.

View details
69
Repo Health
76
Technical
62
Dependency
Built with
JavaScript90%
Updated 1 weeks ago
TypeScript
94%
AGPL 3.0

Element Web

Team Chat · Collaboration

13,437

A polished, self-hostable Matrix client for secure, decentralized messaging and collaboration that puts your organization in full control of its data.

View details
96
Repo Health
83
Technical
65
Dependency
Built with
TypeScript94%
Updated yesterday
Python
63%
BSD 3

Flagsmith

Developer Tools · Devops · Ab Testing Experimentation

6,539

Open-source feature flagging, remote config, and A/B/multivariate testing platform for web, mobile, and server-side apps — self-host or use the hosted SaaS.

View details
90
Repo Health
82
Technical
63
Dependency
Built with
Python63%
TypeScript31%
Updated 2 days ago
TypeScript
54%
Other

Focalboard

Productivity · Project Management · Collaboration

26,448

Self-hosted, open source project management with Kanban, table, gallery, and calendar views — a privacy-first alternative to Trello, Notion, and Asana.

View details
57
Repo Health
82
Technical
64
Dependency
Built with
TypeScript54%
Go40%
Updated 3 months ago

Join founders buildingwith open source

Opinionated takes, migration guides, cost-saving tips, and insights from the open source ecosystem.

Subscribe on Substack
Join 750+ subscribers

Search