Skip to content

Commit 1e1d9ce

Browse files
committed
Remove unmaintained plugin from README
The component-webpack-plugin is not maintained. This commit remove the mention of it from the readme.
1 parent a959fef commit 1e1d9ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ within webpack itself use this plugin interface. This makes webpack very
6969
|:--:|:----:|:----------|
7070
|[common-chunks-webpack-plugin][common]|![common-npm]|Generates chunks of common modules shared between entry points and splits them into separate bundles (e.g vendor.bundle.js && app.bundle.js)|
7171
|[extract-text-webpack-plugin][extract]|![extract-npm]|Extracts Text (CSS) from your bundles into a separate file (app.bundle.css)|
72-
|[component-webpack-plugin][component]|![component-npm]|Use components with webpack|
7372
|[compression-webpack-plugin][compression]|![compression-npm]|Prepare compressed versions of assets to serve them with Content-Encoding|
7473
|[i18n-webpack-plugin][i18n]|![i18n-npm]|Adds i18n support to your bundles|
7574
|[html-webpack-plugin][html-plugin]|![html-plugin-npm]| Simplifies creation of HTML files (`index.html`) to serve your bundles|

0 commit comments

Comments
 (0)