From f19a4a6f99ed655f8c82c1f1b5b06e02bcae5802 Mon Sep 17 00:00:00 2001 From: Greg Venech Date: Fri, 2 Jun 2017 08:30:20 -0400 Subject: [PATCH 1/2] docs(readme): fix broken link cssnano.co/options/ is currently a 404 as it looks like they changed their routing structure. This was throwing broken link errors on webpack.js.org as we dynamically pull this readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5381c03..335bc03b 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ To import from multiple modules use multiple `composes:` rules. By default the css-loader minimizes the css if specified by the module system. -In some cases the minification is destructive to the css, so you can provide your own options to the minifier if needed. cssnano is used for minification and you find a [list of options here](http://cssnano.co/options/). +In some cases the minification is destructive to the css, so you can provide your own options to the cssnano-based minifier if needed. See [cssnano's documenation](http://cssnano.co/guides/) for more information on the available options. You can also disable or enforce minification with the `minimize` query parameter. From 2f234fb5df1f55f4a6c4a491dd1f92e669dabca4 Mon Sep 17 00:00:00 2001 From: Greg Venech Date: Fri, 2 Jun 2017 09:48:38 -0400 Subject: [PATCH 2/2] docs(readme): fix misspelled word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 335bc03b..6042e32b 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ To import from multiple modules use multiple `composes:` rules. By default the css-loader minimizes the css if specified by the module system. -In some cases the minification is destructive to the css, so you can provide your own options to the cssnano-based minifier if needed. See [cssnano's documenation](http://cssnano.co/guides/) for more information on the available options. +In some cases the minification is destructive to the css, so you can provide your own options to the cssnano-based minifier if needed. See [cssnano's documentation](http://cssnano.co/guides/) for more information on the available options. You can also disable or enforce minification with the `minimize` query parameter.