From 5168297b5de2893702a99b6529c055f1d3c8d5f9 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Tue, 5 Nov 2024 07:42:33 +0530 Subject: [PATCH] docs(IgnorePlugin): add note about CSS compatibility (#7459) --- src/content/plugins/ignore-plugin.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/plugins/ignore-plugin.mdx b/src/content/plugins/ignore-plugin.mdx index 6ef27556e280..831ea9c149e0 100644 --- a/src/content/plugins/ignore-plugin.mdx +++ b/src/content/plugins/ignore-plugin.mdx @@ -9,9 +9,12 @@ contributors: - FadySamirSadek - iamakulov - chenxsan + - snitin315 --- -IgnorePlugin prevents the generation of modules for `import` or `require` calls matching the regular expressions or filter functions: +IgnorePlugin prevents the generation of modules for `import` or `require` calls matching the regular expressions or filter functions. + +T> This plugin works with both JavaScript and CSS, allowing you to ignore specific resources in CSS as well. ## Using regular expressions