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 attributeswill be generatestyle(scope='some')=require('./component.scss?include')
<style scope="some"> ... CSS ... </style>
- test: add test for lazy loading CSS using
fetch()
anddocument.adoptedStyleSheets
- docs: update readme
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