Skip to content

Commit

Permalink
Merge d1f67ec into e76ef2c
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Feb 11, 2021
2 parents e76ef2c + d1f67ec commit 0f0495d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -588,8 +588,8 @@ Allows auto enable CSS modules based on filename.

Possible values:

- `true` - enable css modules for all files for which `/\.module\.\w+$/i.test(filename)` return true
- `false` - disable css modules
- `true` - enables CSS modules or interoperable CSS format, sets the [`modules.compileType`](#compiletype) option to `module` value for all files which satisfy `/\.module(s)?\.\w+$/i.test(filename)` condition or sets the [`modules.compileType`](#compiletype) option to `icss` value for all files which satisfy `/\.icss\.\w+$/i.test(filename)` condition
- `false` - disables CSS modules or interoperable CSS format based on filename

**webpack.config.js**

Expand Down

0 comments on commit 0f0495d

Please sign in to comment.