Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/content/plugins/ignore-plugin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down