We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3694768 commit 38ba288Copy full SHA for 38ba288
README.md
@@ -38,7 +38,7 @@ require("html?attrs=img:src img:data-src!./file.html");
38
require("html?attrs[]=img:src&attrs[]=img:data-src!./file.html");
39
// => '<img src="http://cdn.example.com/49e...ba9f/a9f...92ca.jpg" data-src="data:image/png;base64,..." >'
40
41
-/// minimized
+/// minimized by running `webpack --optimize-minimize`
42
// => '<img src=http://cdn.example.com/49e...ba9f/a9f...92ca.jpg data-src=data:image/png;base64,...>'
43
```
44
0 commit comments