Skip to content

Commit b04d9a6

Browse files
authored
Update README.md
1 parent 69624c5 commit b04d9a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# css-url-relative-plugin
22

3-
Webpack plugin to convert css url(...) to relative path (only support webpack 4).
3+
Webpack plugin to convert css url(...) to relative path (only support webpack >= 4).
44

5-
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.
5+
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.
66

77
For example:
88

0 commit comments

Comments
 (0)