1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:41:17 -04:00

set conservativeCollapse to true when minifying lit templates

This commit is contained in:
2021-07-28 11:25:19 -04:00
parent 574ea65d8d
commit 8582d340b8
2 changed files with 3 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ GitHub: https://github.com/jakejarvis/jarv.is`,
htmlMinifier: {
html5: true,
collapseWhitespace: true,
conservativeCollapse: true,
removeComments: false,
caseSensitive: true,
},