Minify only when your build tool isn't already doing it — Vite, Webpack, esbuild, and Next.js all minify production output automatically. This tool is useful for inline scripts, one-off stylesheets, or environments without a build step (static HTML landing pages, WordPress blocks). Alternative: terser/cssnano via your build pipeline is the right answer for any project with a package.json.
Last updated: 2026-04-22