File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ module.exports = {
114
114
| ** [ ` url ` ] ( #url ) ** | ` {Boolean\|Function} ` | ` true ` | Enables/Disables ` url ` /` image-set ` functions handling |
115
115
| ** [ ` import ` ] ( #import ) ** | ` {Boolean\|Function} ` | ` true ` | Enables/Disables ` @import ` at-rules handling |
116
116
| ** [ ` modules ` ] ( #modules ) ** | ` {Boolean\|String\|Object} ` | ` {auto: true} ` | Enables/Disables CSS Modules and their configuration |
117
- | ** [ ` icss ` ] ( #icss ) ** | ` {Boolean} ` | ` !! modules` | Enables/Disables Interoperable CSS |
117
+ | ** [ ` icss ` ] ( #icss ) ** | ` {Boolean} ` | ` true ` if ` modules ` are enabled, ` false ` otherwise | Enables/Disables Interoperable CSS |
118
118
| ** [ ` sourceMap ` ] ( #sourcemap ) ** | ` {Boolean} ` | ` compiler.devtool ` | Enables/Disables generation of source maps |
119
119
| ** [ ` importLoaders ` ] ( #importloaders ) ** | ` {Number} ` | ` 0 ` | Enables/Disables or setups number of loaders applied before CSS loader |
120
120
| ** [ ` esModule ` ] ( #esmodule ) ** | ` {Boolean} ` | ` true ` | Use ES modules syntax |
You can’t perform that action at this time.
0 commit comments