Skip to content

Commit c786715

Browse files
committed
Update README.md
1 parent 4156441 commit c786715

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ By default every local `<img src="image.png">` is required (`require("./image.pn
66

77
You can specify which tag-attribute combination should be processed by this loader via the query parameter `attrs`. Pass an array or a space-separated list of `<tag>:<attribute>` combinations. (Default: `attrs=img:src`)
88

9+
## Usage
10+
11+
[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)
12+
913
## Examples
1014

1115
With this configuration:

0 commit comments

Comments
 (0)