node-minify (custom fork for ES2015/ES6 support)

JSON →
library 1.0.0 ·javascript deprecated
verified Jun 4, 2026

An unofficial custom fork of node-minify with a minor tweak to enable uglify-js to compile ES2015/ES6 JavaScript. The original project (last stable v3.6.x) is a lightweight Node.js module for minifying JavaScript and CSS files using various compressors: Babili, YUI Compressor, Google Closure Compiler, UglifyJS2, Clean-css, CSSO, and Sqwish. Supports wildcards, file concatenation, sync/async modes, and buffer size configuration. This fork is published independently as 'node-minify-custom-fork' for those who need UglifyJS ES6 support without upstream changes.