Build(deps-dev): Bump html-bundler-webpack-plugin from 4.0.0 to 4.1.0
Bumps html-bundler-webpack-plugin from 4.0.0 to 4.1.0.
Changelog
Sourced from html-bundler-webpack-plugin's changelog.
4.1.0 (2024-09-29)
- feat: add supports the
require
of CommonJS and JSON files in EJS templates:or<% const data = require('./data.js') %> <div>Film: <%= data.title %></div> <div>Genre: <%= data.genre %></div>
<% const data = require('./data.json') %> <div>Film: <%= data.title %></div> <div>Genre: <%= data.genre %></div>
- chore: update peerDependencies
- test: refactor test cases for preprocessor
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