From b69c00e31cef9628cba88e0e535129d152cad932 Mon Sep 17 00:00:00 2001 From: Sibiraj <20282546+Sibiraj-S@users.noreply.github.com> Date: Thu, 20 Sep 2018 11:24:27 +0530 Subject: [PATCH] docs(plugins): update links in htmlwebpackplugin --- src/content/plugins/html-webpack-plugin.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/plugins/html-webpack-plugin.md b/src/content/plugins/html-webpack-plugin.md index c61d32d062c8..0d4f01884b20 100644 --- a/src/content/plugins/html-webpack-plugin.md +++ b/src/content/plugins/html-webpack-plugin.md @@ -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). @@ -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).