Skip to content

Bump html-bundler-webpack-plugin from 3.7.0 to 3.8.0

Bumps html-bundler-webpack-plugin from 3.7.0 to 3.8.0.

Changelog

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

3.8.0 (2024-04-06)

  • feat(Pug): add experimental (undocumented) syntax to include (using ?include query) compiled CSS directly into style tag to allow keep tag attributes
    style(scope='some')=require('./component.scss?include')
    will be generate
    <style scope="some">
      ... CSS ...
    </style>
  • test: add test for lazy loading CSS using fetch() and document.adoptedStyleSheets
  • 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