npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "minify" 的结果(共 18 个)
babel-preset-minify

Babel preset for all minify plugins.

MIT
rollup-plugin-uglify

Rollup plugin to minify generated bundle

MIT
babel-plugin-transform-minify-booleans

Turn boolean literals into !0 for true and !1 for false.

MIT
babel-plugin-minify-constant-folding

Tries to evaluate expressions and inline the result.

MIT
babel-plugin-minify-dead-code-elimination

Inlines bindings when possible. Tries to evaluate expressions and prunes unreachable as a result.

MIT
babel-plugin-minify-numeric-literals

Shortens numeric literals using scientific notation

MIT
babel-plugin-minify-mangle-names

Context- and scope- aware variable renaming.

MIT
babel-plugin-minify-simplify

> Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.

MIT
babel-plugin-minify-flip-comparisons

**Note:** while this plugin doesn’t shorten the output in any way, it does optimize it for repetition-based compression algorithms such as gzip.

MIT
babel-plugin-minify-replace

Configurable "search and replace" plugin. Replaces matching nodes in the tree with a given replacement node. For example you can replace `process.NODE_ENV` with `"production"`.

MIT
babel-plugin-minify-type-constructors

**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)

MIT
relateurl

Minify URLs by converting them from absolute to relative.

MIT
rollup-plugin-terser

Rollup plugin to minify generated es bundle

MIT
node-minify

Javascript / CSS minifier based on Babel-minify / Butternut / YUI Compressor / Google Closure Compiler / UglifyJS2 / Sqwish / Clean-css / CSSO

MIT