Skip to content

Commit 79fc84a

Browse files
author
marchen
authored
fix html-webpack-plugin link address
html-webpack-plugin address is conflict vs html-loader. so rename html to html-plugin.
1 parent 2393cd2 commit 79fc84a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ within webpack itself use this plugin interface. This makes webpack very
7171
|[component-webpack-plugin][component]|![component-npm]|Use components with webpack|
7272
|[compression-webpack-plugin][compression]|![compression-npm]|Prepare compressed versions of assets to serve them with Content-Encoding|
7373
|[i18n-webpack-plugin][i18n]|![i18n-npm]|Adds i18n support to your bundles|
74-
|[html-webpack-plugin][html]|![html-npm]| Simplifies creation of HTML files (`index.html`) to serve your bundles|
74+
|[html-webpack-plugin][html-plugin]|![html-plugin-npm]| Simplifies creation of HTML files (`index.html`) to serve your bundles|
7575

7676

7777
[common]: https://github.com/webpack/webpack/blob/master/lib/optimize/CommonsChunkPlugin.js
@@ -84,8 +84,8 @@ within webpack itself use this plugin interface. This makes webpack very
8484
[compression-npm]: https://img.shields.io/npm/v/compression-webpack-plugin.svg
8585
[i18n]: https://github.com/webpack/i18n-webpack-plugin
8686
[i18n-npm]: https://img.shields.io/npm/v/i18n-webpack-plugin.svg
87-
[html]: https://github.com/ampedandwired/html-webpack-plugin
88-
[html-npm]: https://img.shields.io/npm/v/component-webpack-plugin.svg
87+
[html-plugin]: https://github.com/ampedandwired/html-webpack-plugin
88+
[html-plugin-npm]: https://img.shields.io/npm/v/component-webpack-plugin.svg
8989

9090
### [Loaders](https://webpack.js.org/loaders/)
9191

0 commit comments

Comments
 (0)