Skip to content

Commit 00e9fc3

Browse files
authored
chore(readme): update options table
1 parent 35dee96 commit 00e9fc3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@ module.exports = {
113113
| :-----------------------------------: | :-------------------------: | :----------------: | :--------------------------------------------------------------------- |
114114
| **[`url`](#url)** | `{Boolean\|Function}` | `true` | Enables/Disables `url`/`image-set` functions handling |
115115
| **[`import`](#import)** | `{Boolean\|Function}` | `true` | Enables/Disables `@import` at-rules handling |
116-
| **[`modules`](#modules)** | `{Boolean\|String\|Object}` | `false` | Enables/Disables CSS Modules and their configuration |
116+
| **[`modules`](#modules)** | `{Boolean\|String\|Object}` | `{auto: true}` | Enables/Disables CSS Modules and their configuration |
117+
| **[`icss`](#icss)** | `{Boolean}` | `!!modules` | Enables/Disables Interoperable CSS |
117118
| **[`sourceMap`](#sourcemap)** | `{Boolean}` | `compiler.devtool` | Enables/Disables generation of source maps |
118119
| **[`importLoaders`](#importloaders)** | `{Number}` | `0` | Enables/Disables or setups number of loaders applied before CSS loader |
119-
| **[`esModule`](#esmodule)** | `{Boolean}` | `false` | Use ES modules syntax |
120+
| **[`esModule`](#esmodule)** | `{Boolean}` | `true` | Use ES modules syntax |
120121

121122
### `url`
122123

0 commit comments

Comments
 (0)