·
11 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
This release adds a special new alwaysWriteMinifiedHTML option, requested in #7 (thanks @s5bug!), which is only used by this Astro integration and not passed to the underlying html-minifier-next library. Setting it to true causes the integration to always overwrite the HTML assets with their minified results, regardless of size. By default, they are only overwritten if the minified result is smaller.
See the README for more info.
What's Changed
General
- feat: add
alwaysWriteMinifiedHTMLoption to force writing minified html, regardless of size by @jonasgeiler in #10
Full Changelog: v2.0.2...v2.1.0