Skip to content

Commit b2b4be0

Browse files
authored
Update README.md
1 parent dc0e7ec commit b2b4be0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,12 @@ within webpack itself use this plugin interface. This makes webpack very
9696
|[compression-webpack-plugin][compression]|![compression-npm]|![compression-size]|Prepares compressed versions of assets to serve them with Content-Encoding|
9797
|[i18n-webpack-plugin][i18n]|![i18n-npm]|![i18n-size]|Adds i18n support to your bundles|
9898
|[html-webpack-plugin][html-plugin]|![html-plugin-npm]|![html-plugin-size]| Simplifies creation of HTML files (`index.html`) to serve your bundles|
99-
99+
|[extract-text-webpack-plugin][extract]|![extract-npm]|![extract-size]|Extract text from a bundle, or bundles, into a separate file|
100100

101101
[common-npm]: https://img.shields.io/npm/v/webpack.svg
102+
[extract]: https://github.com/webpack/extract-text-webpack-plugin
103+
[extract-npm]: https://img.shields.io/npm/v/extract-text-webpack-plugin.svg
104+
[extract-size]: https://packagephobia.now.sh/badge?p=extract-text-webpack-plugin
102105
[mini-css]: https://github.com/webpack-contrib/mini-css-extract-plugin
103106
[mini-css-npm]: https://img.shields.io/npm/v/mini-css-extract-plugin.svg
104107
[mini-css-size]: https://packagephobia.now.sh/badge?p=mini-css-extract-plugin

0 commit comments

Comments
 (0)