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