-
-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(README): fix broken link #550
Conversation
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.
Codecov Report
@@ Coverage Diff @@
## master #550 +/- ##
=======================================
Coverage 98.63% 98.63%
=======================================
Files 10 10
Lines 367 367
Branches 87 87
=======================================
Hits 362 362
Misses 5 5 Continue to review full report at Codecov.
|
README.md
Outdated
@@ -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. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
documenation
=> documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah good catch
What kind of change does this PR introduce?
readme fix
Did you add tests for your changes?
no
If relevant, did you update the README?
yes
Summary
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.
Does this PR introduce a breaking change?
no