From 1f5442973e54295cc6a4db0dab96f34b35da87c4 Mon Sep 17 00:00:00 2001 From: welll Date: Mon, 22 May 2017 19:55:20 -0300 Subject: [PATCH] Added IgnorePlugin at Plugins Index Page --- content/plugins/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/plugins/index.md b/content/plugins/index.md index 041b3c1d703c..1f8bea9542e1 100644 --- a/content/plugins/index.md +++ b/content/plugins/index.md @@ -19,6 +19,7 @@ webpack has a rich plugin interface. Most of the features within webpack itself |[`DllPlugin`](/plugins/dll-plugin)|Provide means to split bundles in a way that can drastically improve build time performance.| |[`ExtractTextWebpackPlugin`](/plugins/extract-text-webpack-plugin)|Extracts Text (CSS) from your bundles into a separate file (app.bundle.css)| |[`HtmlWebpackPlugin`](/plugins/html-webpack-plugin)| Simplifies creation of HTML files (`index.html`) to serve your bundles| +|[`IgnorePlugin`](/plugins/ignore-plugin)| Excludes certain modules from bundles| |[`I18nWebpackPlugin`](/plugins/i18n-webpack-plugin)|Adds i18n support to your bundles| |[`LimitChunkCountPlugin`](/plugins/limit-chunk-count-plugin)| Set min/max limits for chunking to fine tune and control chunking| |[`NormalModuleReplacementPlugin`](/plugins/normal-module-replacement-plugin)|Replaces resource that matches a regexp|