jantimon/html-webpack-plugin

Simplifies creation of HTML files to serve your webpack bundles

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 20 minutes ago
Added to GitGenius on September 5th, 2026
Created on August 8th, 2014
Open Issues & Pull Requests: 49 (+0)
GitHub issues: Enabled
Number of forks: 1,289
Total Stargazers: 10,721 (+0)
Total Subscribers: 113 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.7 days
Mean response time: 67.7 days
90th percentile: 194.3 days
Tracked items: 51

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 4% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 31
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,295 days
Stale 30+ days: 31
Stale 90+ days: 30

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • wontfix (26)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

HTML Webpack Plugin is a webpack plugin that simplifies creation of HTML files to serve your webpack bundles.

The tool solves the problem of managing HTML entry points when webpack bundles include hashes in filenames that change with every compilation. Rather than manually updating HTML files to reference new bundle names, the plugin automatically generates HTML files or processes templates to inject the correct bundle references. It supports three approaches: letting the plugin generate a minimal HTML file, supplying a custom template using lodash template syntax, or providing your own loader for complete control.

The plugin requires no configuration to work and integrates into webpack projects of any size. It suits any webpack-based application that needs to serve bundles through HTML files, from simple single-page applications to complex multi-entry setups. The tool works with both webpack 4 and webpack 5, with separate installation paths for each version.

The project maintains active sponsorship support and provides a hooks system that allows other plugins to extend its functionality with zero additional configuration needed for integration.