Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yibn2008 authored Jun 10, 2021
1 parent 69624c5 commit b04d9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit b04d9a6

Please sign in to comment.