From 90863062fa1367f61a881d83d1777610f1425096 Mon Sep 17 00:00:00 2001 From: Adam Tolley Date: Sun, 4 Mar 2018 02:37:34 -0500 Subject: [PATCH] docs(plugins): adding CopyWebpackPlugin to table it's in the plugins navigation menu already but absent from the table. --- src/content/plugins/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/plugins/index.md b/src/content/plugins/index.md index 4cd0ff32c596..0095b34fe755 100644 --- a/src/content/plugins/index.md +++ b/src/content/plugins/index.md @@ -6,6 +6,7 @@ contributors: - rouzbeh84 - aretecode - eko3alpha + - refactorized --- 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 [`CommonsChunkPlugin`](/plugins/commons-chunk-plugin) | Extract common modules shared between chunks [`CompressionWebpackPlugin`](/plugins/compression-webpack-plugin) | Prepare compressed versions of assets to serve them with Content-Encoding [`ContextReplacementPlugin`](/plugins/context-replacement-plugin) | Override the inferred context of a `require` expression +[`CopyWebpackPlugin`](/plugins/copy-webpack-plugin) | Copies individual files or entire directories to the build directory [`DefinePlugin`](/plugins/define-plugin) | Allow global constants configured at compile time [`DllPlugin`](/plugins/dll-plugin) | Split bundles in order to drastically improve build time [`EnvironmentPlugin`](/plugins/environment-plugin) | Shorthand for using the [`DefinePlugin`](./define-plugin) on `process.env` keys