HTMLMinifier Webpack Plugin
JSON →A Webpack plugin that minimizes HTML files using HTMLMinifier during the build process. Currently at version 2.2.3, it integrates directly into Webpack's plugin system, applying HTMLMinifier options to all HTML files processed by loaders such as html-loader. It supports custom HTMLMinifier configuration and works with Webpack 4+. Compared to alternatives like html-webpack-plugin's minification, this plugin is more lightweight and focused solely on minimization.