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