Bump html-bundler-webpack-plugin from 3.5.5 to 3.6.1
Bumps html-bundler-webpack-plugin from 3.5.5 to 3.6.1.
Changelog
Sourced from html-bundler-webpack-plugin's changelog.
3.6.1 (2024-03-08)
- fix: cannot find module 'nunjucks/src/object', introduced in v3.6.0
3.6.0 (2024-03-08) DEPRECATED
- feat: resolve resource files in an attribute containing the JSON value using the
require()
function,
source template:generated HTML contains resolved output assets filenames:<a href="#" data-image='{ "alt":"image", "imgSrc": require("./pic1.png"), "bgImgSrc": require("./pic2.png") }'> ... </a>
<a href="#" data-image='{ "alt":"image", "imgSrc": "img/pic1.da3e3cc9.png", "bgImgSrc": "img/pic2.e3cc9da3.png" }'> ... </a>
Commits
- See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts