Closed alenvuletic closed 5 years ago
We should set processConditionalComments to true.
processConditionalComments
true
Even with processConditionalComments: true they get removed.
processConditionalComments: true
From an issue on the html-minifier repo:
processConditionalComments only supports proper HTML fragments, which would not apply in your case.
We should set
processConditionalComments
totrue
.