Skip to content

Commit 2ae65ff

Browse files
committed
docs: udpate note
1 parent 99f7e33 commit 2ae65ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/module.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ This option enables the handling of `@import` at-rules in CSS files. When set to
338338
}
339339
```
340340

341-
T> Filtering of `@import` rules, as [supported by css-loader](/loaders/css-loader/#filter), is not supported in the parser.
341+
T> To filter specific imports, you can use Webpack's built-in [IgnorePlugin](plugins/ignore-plugin/). The [`filter` option](/loaders/css-loader/#filter), as available in `css-loader`, is not supported.
342342

343343
#### module.parser.css.namedExports
344344

0 commit comments

Comments
 (0)