Skip to content

Releases: whitefusionhq/esbuild-plugin-html-modules

v0.7.2

22 Apr 00:35
Compare
Choose a tag to compare
  • Fix bug where the ignoreSSROnly option wasn't including client-side scripts when the HTML was totally blank

v0.7.1

09 Oct 03:22
Compare
Choose a tag to compare

Changes since v0.7.0:

  • Strip out CSS comments (they cause data URL bundling issues in esbuild)

v0.7.0

28 Mar 23:00
Compare
Choose a tag to compare
  • Deprecate the skipBundlingFilter option in favor of filtering out all tags with a data-ssr-only attribute in the module template when the ignoreSSROnly experimental option is set to true