From 82e27bbe8a260076c3460ed76c0146dd237c92db Mon Sep 17 00:00:00 2001 From: kzc Date: Wed, 31 May 2017 07:55:52 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ca3d807..a4faa39c 100644 --- a/README.md +++ b/README.md @@ -690,8 +690,9 @@ If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.u - `eval` (default `false`). Pass `true` to mangle names visible in scopes where eval or with are used. -- `safari10` (default `false`). Pass `true` to work around Safari 10 loop - scope bugs for `let` and `const` variables. +- `safari10` (default `false`). Pass `true` to work around the + Safari 10 loop scope [bug](https://bugs.webkit.org/show_bug.cgi?id=171041) + for `let` and `const` variables. Examples: