mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 05:30:54 +03:00
deps: Update github.com/tdewolff/minify/v2 v2.10.0 => v2.11.0
Fixes #9713 Fixes #9740 Adds support for minify.tdewolff.svg.keepComments (bool)
This commit is contained in:
parent
5b5dcb8d5a
commit
3117e58595
4 changed files with 23 additions and 11 deletions
|
@ -44,7 +44,8 @@ var defaultTdewolffConfig = tdewolffConfig{
|
|||
JS: js.Minifier{},
|
||||
JSON: json.Minifier{},
|
||||
SVG: svg.Minifier{
|
||||
Precision: 0,
|
||||
KeepComments: false,
|
||||
Precision: 0,
|
||||
},
|
||||
XML: xml.Minifier{
|
||||
KeepWhitespace: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue