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
Generates and injects preload tags `<link rel="preload">` in the head before all `link` or `script` tags for all matching source assets resolved in templates and styles.
2514
2523
2515
2524
The descriptions of the properties:
2516
2525
2517
2526
- `test` - an RegEpx to match source asset files.
2527
+
- `filter` - an advanced filter to preload only matched output asset files.
2518
2528
- `as` - a content type, one of `audio``document``embed``font``image``object``script``style``track``video``worker`
2519
2529
- `rel` - a value indicates how to load a resource, one of `preload``prefetch` , defaults `preload`
2520
2530
- `type` - a [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) of the content.\
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
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.13.0",
3
+
"version": "4.14.0",
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