From 78fa5728d13a36f45ecc1e3e36b8079ebb3f26b2 Mon Sep 17 00:00:00 2001 From: addyswitch <111529890+addyswitch@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:44:16 +0300 Subject: [PATCH] Added minimizers (#833) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cad095b..53d5cf7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Component management](#component-management) * [Loaders](#loaders) * [Bundlers](#bundlers) + * [Minimizers](#minimizers) * [Type Checkers](#type-checkers) * [Testing Frameworks](#testing-frameworks) * [QA Tools](#qa-tools) @@ -127,6 +128,12 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Snowpack](https://www.snowpack.dev/) - A lightning-fast frontend build tool, designed for the modern web. +# Minimizers + +* [Terser](https://github.com/terser/terser) - parser, mangler and compressor toolkit for ES6+ +* [Uglify](https://github.com/mishoo/UglifyJS) - parser / mangler / compressor / beautifier toolkit + + ## Type Checkers * [TypeScript](https://www.typescriptlang.org/) - A typed superset of JavaScript that compiles to plain JavaScript.