Skip to content

Commit 5168297

Browse files
authored
docs(IgnorePlugin): add note about CSS compatibility (#7459)
1 parent e08e78c commit 5168297

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/content/plugins/ignore-plugin.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ contributors:
99
- FadySamirSadek
1010
- iamakulov
1111
- chenxsan
12+
- snitin315
1213
---
1314

14-
IgnorePlugin prevents the generation of modules for `import` or `require` calls matching the regular expressions or filter functions:
15+
IgnorePlugin prevents the generation of modules for `import` or `require` calls matching the regular expressions or filter functions.
16+
17+
T> This plugin works with both JavaScript and CSS, allowing you to ignore specific resources in CSS as well.
1518

1619
## Using regular expressions
1720

0 commit comments

Comments
 (0)