html-bundler-webpack-plugin
Advanced tools
Changelog
4.18.0-beta.2 (2025-02-03)
router
option is specified and not disabled,
then ensure that a.href
is present in the sources
optionChangelog
4.18.0-beta.1 (2025-02-03)
sources[].filter()
function introduced in beta.0, it returns a boolean or void onlysources[].postprocess()
function, introduced in beta.0router
plugin option.Changelog
4.17.0 (2025-01-29)
srcset
and sizes
attributes for image preload, #149Changelog
4.16.0 (2025-01-28)
Changelog
4.15.3 (2025-01-27)
Changelog
4.15.2 (2025-01-22)
Changelog
4.15.1 (2025-01-21)
Changelog
4.15.0-beta.0 (2025-01-20)
type PreloadFilter =
| RegExp
| Array<RegExp>
| { includes?: Array<RegExp>; excludes?: Array<RegExp> }
| ((asset: { sourceFiles: Array<string>; outputFile: string }) => void | boolean); // <= BRAKING CHANGES compared to v4.14.0 (DEPRECATED)