Skip to content

Commit 0840c80

Browse files
ahoymevilebottnawi
authored andcommitted
Fix markdown for link to webpack resolve.alias doc (#595)
Fixes: [link text] (link) ---> [link text](link)
1 parent 7b52951 commit 0840c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ url(~module/image.png) => require('module/image.png')
141141

142142
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.).
143143

144-
`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)
144+
`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)
145145

146146
**file.scss**
147147
```css

0 commit comments

Comments
 (0)