From 7bbfd7bad08f68bd2ab84c24d6c1b0bbe0e9f383 Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Wed, 29 Nov 2017 02:04:51 +0800 Subject: [PATCH] update docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91ce0bd0..c11849fd 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,8 @@ a double dash to prevent input files being used as option arguments: --safari10 Support non-standard Safari 10/11. Equivalent to setting `safari10: true` in `minify()` for `mangle` and `output` options. - By default UglifyJS will not try to be Safari-proof. + By default `uglify-es` will not work around + Safari 10/11 bugs. --self Build UglifyJS as a library (implies --wrap UglifyJS) --source-map [options] Enable source map/specify source map options: `base` Path to compute relative paths from input files.