html-webpack-plugin
Advanced tools
Changelog
5.0.0 (2021-02-03)
webpack
4 and node
<= 10 - For older webpack or node versions please use html-webpack-plugin
4.x<head>
tag to improve the page load performance by default - You can set the scriptLoading
option to 'blocking'
to keep the previous behaviour''
(an empty string) will no longer calculate a relative path from the html file to the assets anymore - You can set the publicPath
option to 'auto'
to keep the previous behaviourhtml-webpack-plugin
which add additional assetTags should provide a meta
attributeappcache-webpack-plugin
webpack
4 and node
<= 10 support to make use of the latest APIs (b7a9e8f)webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS
compilation stage (8964bc4, b6895cb, a97234e, 1b59e09, 4fca596, ed64a6b, 86245db, 50b3bec, c697725)'[name]'
placeholder for the filename
option (cd5bd2a, 3d9ff48)filename
option can now be a function (c5beb4b)'auto'
public paths inside templates (a059fcf, b09b439)''
(5ea7de4)thisCompilation
in child compiler for faster builds (1d59e9a)