Skip to content

Build(deps-dev): Bump html-bundler-webpack-plugin from 3.15.1 to 3.17.0

Bumps html-bundler-webpack-plugin from 3.15.1 to 3.17.0.

Changelog

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

3.17.0 (2024-07-23)

  • feat: add support the ?inline query for styles imported in JavaScript:
    import './style-a.css?inline'; // the extracted CSS will be injected into HTML
    import './style-b.css'; // the extracted CSS will be saved into separate output file

3.16.0 (2024-07-23)

  • feat: add runtime option for the handlebars preprocessor
  • test: add test for the runtime option
  • docs: update readme
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