From 4bd71301e36e7861cd71b5f55c9fe5cad853aa21 Mon Sep 17 00:00:00 2001 From: Christian Vuerings Date: Fri, 20 Jan 2017 16:52:33 -0800 Subject: [PATCH] README - fix default for minimize --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3daedc3e..7fb8a253 100644 --- a/README.md +++ b/README.md @@ -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|