From 8110a96c1d3154e6ac2b1a3431e2c56a9d673bd2 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 3 Nov 2024 16:49:34 +0530 Subject: [PATCH] docs(IgnorePlugin): add note about CSS compatibility --- 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