Skip to content

Commit ed89ed5

Browse files
refactorizedTheDutchCoder
authored andcommitted
docs(plugins): adding CopyWebpackPlugin to table (#1879)
This adds the `CopyWebpackPlugin` to the plugins table, as it's also referenced in the navigation menu.
1 parent 5e300cc commit ed89ed5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/plugins/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ contributors:
66
- rouzbeh84
77
- aretecode
88
- eko3alpha
9+
- refactorized
910
---
1011

1112
webpack has a rich plugin interface. Most of the features within webpack itself use this plugin interface. This makes webpack **flexible**.
@@ -18,6 +19,7 @@ Name | Description
1819
[`CommonsChunkPlugin`](/plugins/commons-chunk-plugin) | Extract common modules shared between chunks
1920
[`CompressionWebpackPlugin`](/plugins/compression-webpack-plugin) | Prepare compressed versions of assets to serve them with Content-Encoding
2021
[`ContextReplacementPlugin`](/plugins/context-replacement-plugin) | Override the inferred context of a `require` expression
22+
[`CopyWebpackPlugin`](/plugins/copy-webpack-plugin) | Copies individual files or entire directories to the build directory
2123
[`DefinePlugin`](/plugins/define-plugin) | Allow global constants configured at compile time
2224
[`DllPlugin`](/plugins/dll-plugin) | Split bundles in order to drastically improve build time
2325
[`EnvironmentPlugin`](/plugins/environment-plugin) | Shorthand for using the [`DefinePlugin`](./define-plugin) on `process.env` keys

0 commit comments

Comments
 (0)