html-bundler-webpack-plugin
Advanced tools
Changelog
4.16.0 (2025-01-28)
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)
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)
Changelog
4.14.0 (2025-01-19) DEPRECATED (filter API will be changed in next version)
filter
for the preload
option
type AdvancedFilter =
| RegExp
| Array<RegExp>
| { includes?: Array<RegExp>; excludes?: Array<RegExp> }
| ((value: string) => void | true | false); // <= string argument DEPRECATED
Changelog
4.13.0 (2025-01-18)