From e9e76dcf040d5076b6046d7273c3509df106fb84 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Tue, 28 Jan 2020 07:33:11 +0800 Subject: fix corner case in string concatenations (#3692) - migrate de-facto compression to `conditionals` & `strings` fixes #3689 --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1d5afa01..21dfabf9 100644 --- a/README.md +++ b/README.md @@ -736,6 +736,8 @@ If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.u annotation `/*@__PURE__*/` or `/*#__PURE__*/` immediately precedes the call. For example: `/*@__PURE__*/foo();` +- `strings` (default: `true`) -- compact string concatenations. + - `switches` (default: `true`) -- de-duplicate and remove unreachable `switch` branches - `toplevel` (default: `false`) -- drop unreferenced functions (`"funcs"`) and/or -- cgit v1.2.3