Skip to content

Commit

Permalink
Merge pull request #407 from christianvuerings/readme-minimize
Browse files Browse the repository at this point in the history
README - fix default for minimize
  • Loading branch information
TheLarkInn authored Jan 21, 2017
2 parents 9508990 + 4bd7130 commit e54549e
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 e54549e

Please sign in to comment.