FIS plugin for minifying HTML using html-minifier. Version 0.1.5, last updated circa 2015. Designed for the now-deprecated Baidu FIS build system. Requires fis globally. Key differentiator: integrates HTML minification into FIS release pipeline, supporting toggleable removal of comments, whitespace, and JS minification. Abandoned; no updates since 2015. Not suitable for modern projects.
npm install fis-postpackager-htmlminNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows global install, configuration with options, and build command for HTML minification in FIS.
Migrate to a modern build system.
Ensure you run fis release -o, not just fis release.
Use correct config structure: settings > postpackager > htmlmin.
npm install fis-postpackager-htmlmin -g
npm install -g fis-postpackager-htmlmin
Use: fis.config.merge({ settings: { postpackager: { htmlmin: { ... } } } })