From d7614856496ad1cfaff4333620ca2e71c7008190 Mon Sep 17 00:00:00 2001 From: Luca Fagioli Date: Wed, 16 Jan 2019 12:02:55 +0100 Subject: [PATCH] Update README.md css-loader does not resolve root-relative URLs, which are not absolute URLs. This should be clearly specified in the documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7faa1bc..2028a365 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ module.exports = { Type: `Boolean|Function` Default: `true` -Control `url()` resolving. Absolute urls are not resolving. +Control `url()` resolving. Absolute URLs and root-relative URLs are not resolving. Examples resolutions: