Skip to content

docs(plugins): update links in htmlwebpackplugin #2530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/content/plugins/html-webpack-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: HtmlWebpackPlugin
contributors:
- ampedandwired
- simon04
- Sibiraj-S
---

The [`HtmlWebpackPlugin`](https://github.com/jantimon/html-webpack-plugin) simplifies creation of HTML files to serve your webpack bundles. This is especially useful for webpack bundles that include a hash in the filename which changes every compilation. You can either let the plugin generate an HTML file for you, supply your own template using [lodash templates](https://lodash.com/docs#template), or use your own [loader](/loaders).
Expand Down Expand Up @@ -65,4 +66,4 @@ For all configuration options, please see the [plugin documentation](https://git

## Third party addons

The plugin supports addons. For a list see the [documentation](https://github.com/jantimon/html-webpack-plugin#third-party-addons).
The plugin supports addons. For a list see the [documentation](https://github.com/jantimon/html-webpack-plugin#plugins).