We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
passes: 2
1 parent faf076c commit 0d87513Copy full SHA for 0d87513
1 file changed
html-minifier.json
@@ -20,7 +20,9 @@
20
}
21
},
22
"minifyJS": {
23
- "compress": true,
+ "compress": {
24
+ "passes": 2
25
+ },
26
"mangle": true
27
28
"processConditionalComments": true,
0 commit comments