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:
@@ -106,6 +106,7 @@ GitHub: https://github.com/jakejarvis/jarv.is`,
|
||||
htmlMinifier: {
|
||||
html5: true,
|
||||
collapseWhitespace: true,
|
||||
conservativeCollapse: true,
|
||||
removeComments: false,
|
||||
caseSensitive: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user