mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-23 19:58:01 -08:00
Added minimizers (#833)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user