Skip to content

Commit 2ed6b5e

Browse files
authored
Update README.md
1 parent 1ba655d commit 2ed6b5e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ then webpack will translate `images/1.png` to `../images/1.png`, this does solve
2828
<img src="image/2.png">
2929
```
3030
webpack will translate `images/2.png` to `../images/2.png`, it leads html load `2.png` failure, so file-loader can't tell the picture from HTML or CSS.
31-
vue-file-loader just solving this issues. your webpack config can be like this:
31+
vue-file-loader just solving this issues!
32+
your webpack config can be like this:
3233

3334
```
3435
{
@@ -52,4 +53,4 @@ or
5253
]
5354
}
5455
```
55-
vue-file-loader willchoose `publicPath` or `publicStylePath` based on the image from HTML or CSS.
56+
vue-file-loader will choose `publicPath` or `publicStylePath` based on the image from HTML or CSS.

0 commit comments

Comments
 (0)