From 1f573e5049cedc0e1a9abd9c4c610f66aaefc266 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Tue, 24 May 2016 19:20:40 +0900 Subject: [PATCH] docs: add es2020 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70a2308..2bb5dcc 100644 --- a/README.md +++ b/README.md @@ -601,8 +601,8 @@ things like reduce file size, prune dependencies and clean up boilerplate code. Consider running some of the following: - [unassertify](https://github.com/twada/unassertify) - remove `assert()` statements which reduces file size. Use as a `--global` transform -- [varify](https://github.com/thlorenz/varify) - replace `const` with `var` - statements. Use as a `--global` transform +- [es2020](https://github.com/yoshuawuyts/es2020) - backport `const`, + `fat-arrows` and `template strings` to older browsers - [uglifyify](https://github.com/hughsk/uglifyify) - minify your code using UglifyJS2. Use as a `--global` transform - [bulkify](https://www.npmjs.com/package/bulkify) - transform inline