interlock-html-minifier is a plugin for the Interlock build system that minifies HTML files during the bundling process. Version 0.1.0 is the initial release, with no established release cadence. It differs from general HTML minifiers by integrating directly into Interlock's plugin ecosystem, allowing seamless HTML minification as part of the build pipeline. It likely uses a minifier like html-minifier under the hood, but provides a tailored Interlock integration.
npm install interlock-html-minifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of interlock-html-minifier plugin with Interlock configuration.
Ensure you are using Interlock as the build system.
Run `npm install interlock-html-minifier --save-dev`
No dependency data recorded yet.