A Hexo plugin that minifies static assets (HTML, CSS, JS, images, fonts) using esbuild for fast compression. Current stable version is 0.1.3. It runs as a separate CLI command after hexo generate, rather than as a Hexo filter. Differentiates from other minifiers by leveraging esbuild's speed (especially for JS/CSS) and out-of-the-box image/font support.
npm install hexo-minifier-esbuildNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the plugin and add to build script to minify assets after hexo generate.
Add 'hexo-minifier-esbuild' command after 'hexo generate' in your build script.
If you need customization, consider other minifiers or fork the package.
Run 'npm install hexo-minifier-esbuild' or use npx.