A Gulp plugin for minifying ES6+ JavaScript using the oxc-minify library. Current stable version is 1.0.0. It provides fast and modern minification via Rust-based oxc, with TypeScript type definitions included. Compared to other Gulp minifiers like gulp-uglify or gulp-terser, gulp-oxc-minify leverages oxc's speed and supports newer ECMAScript features out of the box. Release cadence is tied to the gulp-plugins monorepo, with updates expected as oxc-minify evolves.
npm install gulp-oxc-minifyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic usage of gulp-oxc-minify as a Gulp plugin to minify JavaScript files, using ESM imports and TypeScript type support.
Use ES module imports and ensure Node.js version meets requirements.
Use `import oxcMinify from 'gulp-oxc-minify'`.
Stay updated with the monorepo changelog.
Change to `import oxcMinify from 'gulp-oxc-minify'`.
Switch to ESM imports (`import`) and ensure package.json has '"type": "module"'.
Upgrade Node.js to ^22.19.0 or >=24.11.0.