Releases: brunocodutra/webapp-webpack-plugin
Releases · brunocodutra/webapp-webpack-plugin
v3.0.0-beta.2
🪲 Bugfixes
#185 HTML tags would not get injected in some circumstances.
v3.0.0-beta.1
🚀 What's New
- #186,#187 Require Node 8+, Webpack 4 and html-webpack-plugin 4
v2.7.1
workaround issues with libxml
lovell/sharp#1593
v2.7.0
🚀 What's New
- #167 Allow finer grained control over Webpack's public path and asset output path.
v2.6.0
🚀 What's New
- #158 Add rule and loader to expose generated tags to JS
v2.5.0
🚀 What's New
- #154 Add ability to mix and match webpack-webpack-plugin and html-webpack-plugin
🪲 Bugfixes
- #139 Build fails when tappable is missing.
- #146 Cache hash should depend on Favicons version.
- #148 Build fails when html-webpack-plugin is not installed.
v2.4.0
🚀 What's New
- #128 support for html-webpack-plugin 4.
🪲 Bugfixes
- #134 inject html meta tags even if there is no
<head>
.
v2.3.0
🚀 What's New
- #113 new async hook
webappWebpackPluginBeforeEmit
.
🪲 Bugfixes
- #105 invalidate cache when changing
publicPath
.