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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ module.exports = {

###### `RegExp`

Enable css modules for files based on the filename satisfying your regex check.
Enable CSS modules for files based on the filename satisfying your regex check.

**webpack.config.js**

Expand All @@ -659,7 +659,7 @@ module.exports = {

###### `function`

Enable css modules for files based on the filename satisfying your filter function check.
Enable CSS modules for files based on the filename satisfying your filter function check.

**webpack.config.js**

Expand Down