html-bundler-webpack-plugin
Advanced tools
Changelog
1.6.4 (2023-03-15)
Changelog
1.6.3 (2023-03-13)
Changelog
1.6.2 (2023-03-09)
Changelog
1.6.1 (2023-03-07)
Changelog
1.6.0 (2023-03-06)
css.inline
option, replaces the functionality of style-loader
.inline
option:
style
tagjs.inline
option to inline extracted JS into HTML?inline
query parameter for JS and CSS files the values: false
, true
, 'auto'
.js.inline
or css.inline
option.HtmlBundlerPlugin
is not initialized in Webpack plugins optionChangelog
1.5.2 (2023-03-03)
auto
value for verbose
optionChangelog
1.5.1 (2023-03-03)
Changelog
1.5.0 (2023-03-02)
loaderOptions
to the plugin option to allow defining loader options with the plugin.
No need to additionally specify the template loader in module.rules
.
You can specify plugin and loader options in one place, in plugin options.cacheable
loader option to disable caching of loader results, can be useful in a specific use casewatchFiles.paths
value is now a first-level subdirectory of a template, relative to root context.
E.g. the template path is ./src/views/index.html
then the default watching dir is ./src
.Changelog
1.4.0 (2023-02-26)
auto
value for the verbose
option