Skip to content

Build(deps-dev): Bump html-bundler-webpack-plugin from 4.1.0 to 4.1.1

Bumps html-bundler-webpack-plugin from 4.1.0 to 4.1.1.

Release notes

Sourced from html-bundler-webpack-plugin's releases.

v4.1.1

Cumulative Release v4.1.0 - v4.1.1

Features

  • Added supports the require() of CommonJS and JSON files in EJS templates:
    <% const data = require('./data.js') %>
    <div>Film: <%= data.title %></div>
    <div>Genre: <%= data.genre %></div>
    or
    <% const data = require('./data.json') %>
    <div>Film: <%= data.title %></div>
    <div>Genre: <%= data.genre %></div>

Bug Fixes

  • Fixed when after 2-3 changes in a data file, the dependent entry templates was not recompiled.
Changelog

Sourced from html-bundler-webpack-plugin's changelog.

4.1.1 (2024-10-17)

  • fix: after 2-3 changes of the data file (global or entry), the dependent entry template is not recompiled.
  • test: add test for Eta preprocessor with default options
Commits


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

Merge request reports

Loading