Skip to content

Commit afc190c

Browse files
committed
docs(plugins): minor formatting fix in html-webpack-plugin.md
1 parent ef0cbb7 commit afc190c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/plugins/html-webpack-plugin.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ contributors:
55
- simon04
66
---
77

8-
The [`HtmlWebpackPlugin`](https://github.com/ampedandwired/html-webpack-plugin) simplifies creation of HTML files to serve your
9-
webpack bundles. This is especially useful for webpack bundles that include
10-
a hash in the filename which changes every compilation. You can either let the plugin generate an HTML file for you, supply
11-
your own template using [lodash templates](https://lodash.com/docs#template), or use your own [loader](/loaders).
8+
The [`HtmlWebpackPlugin`](https://github.com/ampedandwired/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).
129

1310

1411
## Installation

0 commit comments

Comments
 (0)