A Netlify Build Plugin that minifies HTML files in the publish folder after build, using the html-minifier library. Current version 0.3.1, last updated 2021. It runs as a post-processing step, agnostic to the site generator. Similar to other minify plugins but Netlify-specific. Lightweight, zero config, but many SSGs already do this natively.
npm install netlify-plugin-minify-htmlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add the plugin to netlify.toml to minify HTML in production deploys.
Check your SSG's built-in minification; remove plugin if redundant.
No dependency data recorded yet.