Browserify transform to inline calls to html-minifier during bundling. Version 1.0.0 (latest, no recent updates). Designed for older Browserify-based build pipelines; non-essential transform. Limited documentation and no maintenance since 2014. Alternative: use webpack with html-loader or direct html-minifier integration.
npm install html-minifyifyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to add html-minifyify as a Browserify transform with optional html-minifier options.
Consider using webpack with html-loader or direct html-minifier.
Run 'npm install html-minifier'.
Pass options as {htmlMinifierOptions: { ... }}.npm install html-minifier
Use require('html-minifyify') and pass directly to .transform()