From 40e669eacbb557b9ff077a09c0f4b0ec0cfdb631 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Thu, 2 Jun 2022 02:44:06 +0800 Subject: [PATCH] docs: toplevel `webkit` option sets `compress.webkit` as well (#5480) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index effb8220..de6f7c6f 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ a double dash to prevent input files being used as option arguments: --warn Print warning messages. --webkit Support non-standard Safari/Webkit. Equivalent to setting `webkit: true` in `minify()` - for `mangle` and `output` options. + for `compress`, `mangle` and `output` options. By default UglifyJS will not try to be Safari-proof. --wrap Embed everything in a big function, making the “exports” and “global” variables available. You