An AbellJS plugin that minifies HTML output for improved performance. Version 1.0.2 requires abell ^0.5.0. It provides a simple plugin integration and offers configuration options for minification behavior. Release cadence is unknown; no recent updates. Differentiators include being minimal and designed specifically for the Abell static site generator, unlike general-purpose minifiers.
npm install abell-html-minifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the plugin and add it to the abell.config.js plugins array to minify HTML output.
Ensure your project uses abell version 0.5.x or pin the minifier version to one that matches your Abell version.
Test with your Abell version or consider alternative minification methods.
Use the plugin within an Abell project. For standalone minification, use a different tool like html-minifier-terser.
Run `npm install --save-dev abell-html-minifier`.
Use the package name as a string in the plugins array: `plugins: ['abell-html-minifier']`.