Skip to content

Commit e54549e

Browse files
authored
Merge pull request #407 from christianvuerings/readme-minimize
README - fix default for minimize
2 parents 9508990 + 4bd7130 commit e54549e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To be compatible with existing css files (if not in CSS Module mode):
8383
|**`modules`**|`false`|Enable/Disable CSS Modules|
8484
|**`import`** |`true`| Enable/Disable @import handling|
8585
|**`url`**|`true`| Enable/Disable `url()` handling|
86-
|**`minimize`**|`true`|Enable/Disable minification|
86+
|**`minimize`**|`false`|Enable/Disable minification|
8787
|**`sourceMap`**|`false`|Enable/Disable Sourcemaps|
8888
|**`camelCase`**|`false`|Export Classnames in CamelCase|
8989
|**`importLoaders`**|`0`|Number of loaders applied before CSS loader|

0 commit comments

Comments
 (0)