Added minimizers (#833)

This commit is contained in:
addyswitch
2022-08-22 10:44:16 +03:00
committed by GitHub
parent 393cdb7fe9
commit 78fa5728d1

View File

@@ -7,6 +7,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [Component management](#component-management) * [Component management](#component-management)
* [Loaders](#loaders) * [Loaders](#loaders)
* [Bundlers](#bundlers) * [Bundlers](#bundlers)
* [Minimizers](#minimizers)
* [Type Checkers](#type-checkers) * [Type Checkers](#type-checkers)
* [Testing Frameworks](#testing-frameworks) * [Testing Frameworks](#testing-frameworks)
* [QA Tools](#qa-tools) * [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. * [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 ## Type Checkers
* [TypeScript](https://www.typescriptlang.org/) - A typed superset of JavaScript that compiles to plain JavaScript. * [TypeScript](https://www.typescriptlang.org/) - A typed superset of JavaScript that compiles to plain JavaScript.