Skip to content

Commit

Permalink
README - fix default for minimize
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings committed Jan 21, 2017
1 parent 9508990 commit 4bd7130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ To be compatible with existing css files (if not in CSS Module mode):
|**`modules`**|`false`|Enable/Disable CSS Modules|
|**`import`** |`true`| Enable/Disable @import handling|
|**`url`**|`true`| Enable/Disable `url()` handling|
|**`minimize`**|`true`|Enable/Disable minification|
|**`minimize`**|`false`|Enable/Disable minification|
|**`sourceMap`**|`false`|Enable/Disable Sourcemaps|
|**`camelCase`**|`false`|Export Classnames in CamelCase|
|**`importLoaders`**|`0`|Number of loaders applied before CSS loader|
Expand Down

0 comments on commit 4bd7130

Please sign in to comment.