We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 475f2af + 0c24150 commit e9dd95eCopy full SHA for e9dd95e
src/scripts/fast-compress.ts
@@ -90,7 +90,7 @@ Writing ${writingBar} ${Math.floor(writingProgress * 100)}% (${total - writin
90
91
try{
92
const data = await minify(text, {
93
- collapseWhitespaces: "all",
+ collapseWhitespaces: "smart",
94
removeComments: true,
95
sortAttributes: true
96
});
0 commit comments