From b04d9a6cf95ec7a71ea8ff180de543123fe16073 Mon Sep 17 00:00:00 2001 From: Zoujie Date: Thu, 10 Jun 2021 12:40:59 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc63fe7..59117b9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # css-url-relative-plugin -Webpack plugin to convert css url(...) to relative path (only support webpack 4). +Webpack plugin to convert css url(...) to relative path (only support webpack >= 4). -This plugin aim to solve the problem that webpack generate incorrect relative path when your publicPath is empty (defaults to `''`) or `'./'`, it will replace incorrect path in css `url(...)`s with correct relative path at end of webpack compilation process. +This plugin aims to solve the problem that webpack generate incorrect relative path when your publicPath is empty (defaults to `''`) or `'./'`, it will replace incorrect path in css `url(...)`s with correct relative path at end of webpack compilation process. For example: