Skip to content

Commit 1c3b69f

Browse files
committed
Add plugin list from webpack/webpack/README.md
Source: https://github.com/webpack/webpack/blob/5d4e1acd39b9f654c00b3e66f002bb279e65f8a3/README.md, modified
1 parent fe55b3d commit 1c3b69f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

content/plugins/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
---
22
title: Plugins
3+
contributors:
4+
- simon04
35
---
46

5-
?> TODO
7+
webpack has a rich plugin interface. Most of the features within webpack itself use this plugin interface. This makes webpack **flexible**.
8+
9+
|Name|Description|
10+
|:--:|:----------|
11+
|[commons-chunk-plugin](/plugins/commons-chunk-plugin)|Generates chunks of common modules shared between entry points and splits them into separate bundles, e.g., `1vendor.bundle.js` && `app.bundle.js`|
12+
|[extract-text-webpack-plugin](/plugins/extract-text-webpack-plugin)|Extracts Text (CSS) from your bundles into a separate file (app.bundle.css)|
13+
|[component-webpack-plugin](/plugins/component-webpack-plugin)|Use components with webpack|
14+
|[compression-webpack-plugin](/plugins/compression-webpack-plugin)|Prepare compressed versions of assets to serve them with Content-Encoding|
15+
|[i18n-webpack-plugin](/plugins/i18n-webpack-plugin)|Adds i18n support to your bundles|
16+
|[html-webpack-plugin](/plugins/html-webpack-plugin)| Simplifies creation of HTML files (`index.html`) to serve your bundles|

0 commit comments

Comments
 (0)