Releases: whitefusionhq/esbuild-plugin-html-modules
Releases · whitefusionhq/esbuild-plugin-html-modules
v0.8.0
v0.7.2
- Fix bug where the
ignoreSSROnly
option wasn't including client-side scripts when the HTML was totally blank
v0.7.1
Changes since v0.7.0:
- Strip out CSS comments (they cause data URL bundling issues in esbuild)
v0.7.0
- Deprecate the
skipBundlingFilter
option in favor of filtering out all tags with adata-ssr-only
attribute in the module template when theignoreSSROnly
experimental option is set to true