You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/uglify-options.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ Default: `false`
31
31
Parse a single expression, rather than a program (for parsing JSON)
32
32
33
33
## report
34
-
Choices: `'none'`, `'min'`, `'gzip'`
34
+
Type: `string`
35
+
Choices: `'min'`, `'gzip'`
35
36
Default: `'min'`
36
37
37
-
Either report only minification result or report minification and gzip results.
38
-
This is useful to see exactly how well UglifyJS is performing but using `'gzip'` will make the task take 5-10x longer to complete. [Example output](https://github.com/sindresorhus/maxmin#readme).
39
-
If `'none'` is used the report will be generated on the verbose output.
38
+
Report minification result or both minification and gzip results.
39
+
This is useful to see exactly how well uglify-js is performing but using `'gzip'` will make the task take 5-10x longer to complete. [Example output](https://github.com/sindresorhus/maxmin#readme).
0 commit comments