tpack-html-minifier

JSON →
library 2.9.0 ·javascript
verified Jun 4, 2026

A TPack plugin that minifies HTML files using html-minifier. Version 2.9.0 is the latest stable release. It integrates seamlessly with TPack's pipe system, allowing developers to compress HTML output during build. The plugin exposes all html-minifier configuration options, such as collapseWhitespace, removeComments, and minifyJS. It is designed specifically for the TPack build tool, not a standalone minifier. Compared to direct use of html-minifier, this plugin provides a convenient TPack-compatible interface. Development appears to be low-frequency, with no recent updates.