We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475f2af commit 0c24150Copy full SHA for 0c24150
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