Skip to content

Commit 4156441

Browse files
committed
Merge pull request #5 from fernandoacorreia/minimization-instructions
Document how to minimize
2 parents 3694768 + 38ba288 commit 4156441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require("html?attrs=img:src img:data-src!./file.html");
3838
require("html?attrs[]=img:src&attrs[]=img:data-src!./file.html");
3939
// => '<img src="http://cdn.example.com/49e...ba9f/a9f...92ca.jpg" data-src="data:image/png;base64,..." >'
4040

41-
/// minimized
41+
/// minimized by running `webpack --optimize-minimize`
4242
// => '<img src=http://cdn.example.com/49e...ba9f/a9f...92ca.jpg data-src=data:image/png;base64,...>'
4343
```
4444

0 commit comments

Comments
 (0)