html-bundler-webpack-plugin
Advanced tools
Changelog
4.12.2 (2025-01-13)
renderStage
option lower than PROCESS_ASSETS_STAGE_SUMMARIZE
, #137Changelog
4.12.1 (2025-01-12)
as=font
is used in preload and the crossorigin
is not defined,
it will be added automatically, because the crossorigin
is mandatory for font
typeChangelog
4.12.0 (2025-01-12)
?inline
query to load assets as data URL?inline
queryChangelog
4.12.0-beta.0 (2025-01-06)
?inline
query by importing SVG file in JS as data URL
import file from './image.svg'; // import according the matched webpack config, defaults as output filename
import file from './image.svg?inline'; // import as UTF-8 data URL
import file from './image.svg?inline=utf8'; // import as UTF-8 data URL
import file from './image.svg?inline=base64'; // import as base64-encoded data URL
Changelog
4.11.0 (2024-12-27)
renderStage
option to define the stage for rendering output HTML in the processAssets Webpack hookcompression-webpack-plugin
to save completely rendered HTML, #134Changelog
4.10.4 (2024-12-18)
fix: fail rebuild after changed css file if no html entry defined, #132
Changelog
4.10.2 (2024-12-10)