You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ By default every local `<img src="image.png">` is required (`require("./image.pn
6
6
7
7
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`)
8
8
9
+
To completely disable tag-attribute processing (for instance, if you're handling image loading on the client side) you can pass in `attrs=false`.
10
+
9
11
## Usage
10
12
11
13
[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)
0 commit comments