A FIS3 deploy plugin that compresses HTML files using html-minifier during the deployment stage. Version 1.1.0 is the latest stable release, with no recent updates. It uses html-minifier under the hood, allowing configuration of minification options such as removing comments, collapsing whitespace, and minifying inline JS/CSS. It supports file matching via glob patterns and default behavior for all HTML-like files.
npm install fis3-deploy-html-minifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure the plugin in a FIS3 project to minify HTML during deployment.
Use fis.plugin('html-minifier', {...}) instead of the package name.Install it: npm install html-minifier --save-dev