swc-webpack-minifier

JSON →
library 0.0.1 ·javascript
verified Jun 4, 2026

A webpack plugin that replaces TerserWebpackPlugin with the SWC minifier (written in Rust) to dramatically speed up JavaScript minification during builds. Current stable version is 0.0.1, released in 2023. It supports all SWC JsMinifyOptions plus include/exclude filtering per asset. Key differentiator: up to 10x faster minification than Terser while producing comparable output sizes. Ships TypeScript types. Requires webpack 5+ and Node.js 12+.