remove removeOptionalTags, closes #12

This commit is contained in:
Laurentiu Trofosila 2021-02-05 13:35:12 +01:00
parent 26231ee979
commit b166da4681
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const html = () =>
.pipe(
htmlmin({
collapseWhitespace: true,
removeOptionalTags: true,
// removeOptionalTags: true,
collapseBooleanAttributes: true,
})
)