A FIS optimizer plugin that compresses HTML using html-minifier. Version 0.1.1 is the latest. It integrates with the FIS build system to minify HTML output during the build process. This plugin is specific to the FIS ecosystem and relies on the html-minifier library for actual minification. It has low release cadence and minimal maintenance.
npm install fis-optimizer-rjy-html-minifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers the plugin with FIS and sets it as the HTML optimizer.
Update to newer version or consider alternative solutions.
Ensure FIS is installed and configured.
npm install html-minifier
Use fis.plugin() or fis.match().use() instead.