Skip to content

Commit 1fb8948

Browse files
Luca Fagiolievilebottnawi
Luca Fagioli
authored andcommitted
docs: update README.md (#885)
css-loader does not resolve root-relative URLs, which are not absolute URLs. This should be clearly specified in the documentation.
1 parent 034f9a3 commit 1fb8948

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
@@ -125,7 +125,7 @@ module.exports = {
125125
Type: `Boolean|Function`
126126
Default: `true`
127127

128-
Control `url()` resolving. Absolute urls are not resolving.
128+
Control `url()` resolving. Absolute URLs and root-relative URLs are not resolving.
129129

130130
Examples resolutions:
131131

0 commit comments

Comments
 (0)