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:
Joe Mooring 2022-04-08 11:38:37 -07:00 committed by Bjørn Erik Pedersen
parent 5b5dcb8d5a
commit 3117e58595
4 changed files with 23 additions and 11 deletions

View file

@ -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,