Emit the file only if it was changed.
true
List all entries which should be injected
Allows to control how chunks should be sorted before they are included to the html.
'auto'
List all entries which should not be injected
Path to the favicon icon
If true then append a unique webpack compilation hash to all included scripts and CSS files.
This is useful for cache busting
Inject all assets into the given template or templateContent.
Inject meta tags
HTML Minification options accepts the following values:
false to disable minifcation'auto' to enable minifcation only for production modeBy default the public path is set to auto - that way the html-webpack-plugin will try
to set the publicPath according to the current filename and the webpack publicPath setting
Set up script loading blocking will result in defer will result in
'defer'
Render errors into the HTML page
The webpack require path to the template.
Allow to use a html string instead of reading from a file
Allows to overwrite the parameters used in the template
Optional favicon?: stringOptional manifest?: stringThe title to use for the generated HTML document
Enforce self closing tags e.g.
Generated using TypeDoc
The plugin options after adding default values