You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+154Lines changed: 154 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -557,6 +557,7 @@ See [boilerplate](https://github.com/webdiscus/webpack-html-scss-boilerplate)
557
557
-[How to inline JS in HTML](#recipe-inline-js)
558
558
-[How to inline SVG, PNG images in HTML](#recipe-inline-image)
559
559
-[How to inline all resources into single HTML file](#recipe-inline-all-assets-to-html)
560
+
-[How to import SVG in JS w/o `svg-url-loader`](#recipe-import-svg) (as filename, as data URL, as raw content)
560
561
-[How to resolve source assets in an attribute containing JSON value](#recipe-resolve-attr-json)
561
562
-[How to resolve source image in the `style` attribute](#recipe-resolve-attr-style-url)
562
563
-[How to resolve source image in the `href` attribute](#recipe-resolve-attr-href-a-image) (`<a href="image.jpg">`)
@@ -5671,6 +5672,159 @@ module.exports = {
5671
5672
5672
5673
[](https://stackblitz.com/edit/inline-all-assets-to-html?file=README.md)
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "html-bundler-webpack-plugin",
3
-
"version": "4.11.1",
3
+
"version": "4.11.2",
4
4
"description": "Generates complete single-page or multi-page website from source assets. Build-in support for Markdown, Eta, EJS, Handlebars, Nunjucks, Pug. Alternative to html-webpack-plugin.",
0 commit comments