Skip to content

Commit

Permalink
Fix markdown for link to webpack resolve.alias doc (#595)
Browse files Browse the repository at this point in the history
Fixes:
[link text] (link) ---> [link text](link)
  • Loading branch information
ahoym authored and evilebottnawi committed Sep 1, 2017
1 parent 7b52951 commit 0840c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -141,7 +141,7 @@ url(~module/image.png) => require('module/image.png')

Rewrite your urls with alias, this is useful when it's hard to change url paths of your input files, for example, when you're using some css / sass files in another package (bootstrap, ratchet, font-awesome, etc.).

`css-loader`'s `alias` follows the same syntax as webpack's `resolve.alias`, you can see the details at the [resolve docs] (https://webpack.js.org/configuration/resolve/#resolve-alias)
`css-loader`'s `alias` follows the same syntax as webpack's `resolve.alias`, you can see the details at the [resolve docs](https://webpack.js.org/configuration/resolve/#resolve-alias)

**file.scss**
```css
Expand Down

0 comments on commit 0840c80

Please sign in to comment.