minify
JavaScript minimizer
A tool that uses Babel's compiler to achieve minification of modern JavaScript code by targeting only browsers that support newer ES features.
An ES6+ aware minifier based on the Babel toolchain (beta)
4k stars
56 watching
225 forks
Language: JavaScript
last commit: 6 months ago
Linked from 1 awesome list
babelbabel-minifybabel-presetminify
Related projects:
Repository | Description | Stars |
---|---|---|
tdewolff/minify | A Go minifier package providing tools to reduce the size of web formats such as HTML, CSS, JS, JSON, SVG, and XML. | 3,754 |
kangax/html-minifier | A JavaScript-based tool for compressing HTML content | 4,947 |
codemix/babel-plugin-closure-elimination | Eliminates unnecessary closures from JavaScript code to improve performance and memory efficiency. | 367 |
tleunen/babel-plugin-module-resolver | A Babel plugin to simplify import paths in JavaScript projects by resolving relative paths to absolute module paths | 3,463 |
codemix/babel-plugin-macros | Babel plugin that enables non-syntactic macros in JavaScript for performance and readability optimization | 262 |
kentcdodds/babel-plugin-macros | Provides a standard interface for compile-time code transformation in JavaScript projects | 2,626 |
hustcc/babel-plugin-optimize-i18n | Optimizes internationalization text files by reducing bundle size through code substitution | 14 |
ericlbarnes/ci-minify | A utility to compress and combine JavaScript and CSS files within CodeIgniter applications during the build process. | 174 |
browserslist/browserslist | A tool for managing target browsers and Node.js versions for front-end development. | 13,052 |
slav123/codeigniter-minify | Compresses CSS and JavaScript files on the fly using Google Closure compiler | 226 |
wilsonzlin/minify-html | A fast and smart HTML minifier with support for multiple programming languages | 867 |
babel/babel-loader | Transpiles JavaScript files using Babel for compatibility with older browsers and versions of Node.js | 4,828 |
babel/proposals | Tracks implementation status of ECMAScript proposals by Babel | 433 |
babel/babel-sublime | A language definition for modern JavaScript with JSX syntax and other extensions | 3,256 |
oliviertassinari/babel-plugin-transform-react-remove-prop-types | Removes unnecessary React propTypes from production builds to reduce file size. | 896 |