Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Releases: brunocodutra/webapp-webpack-plugin

v3.0.0-beta.2

23 Jul 22:00
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

🪲 Bugfixes

#185 HTML tags would not get injected in some circumstances.

v3.0.0-beta.1

06 Jul 19:20
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

🚀 What's New

  • #186,#187 Require Node 8+, Webpack 4 and html-webpack-plugin 4

v2.7.1

27 Jun 21:01
Compare
Choose a tag to compare
workaround issues with libxml

lovell/sharp#1593

v2.7.0

19 Apr 15:06
Compare
Choose a tag to compare

🚀 What's New

  • #167 Allow finer grained control over Webpack's public path and asset output path.

v2.6.1

09 Mar 20:14
07fd02f
Compare
Choose a tag to compare
release v2.6.1 (#164)

v2.6.0

23 Jan 20:26
Compare
Choose a tag to compare

🚀 What's New

  • #158 Add rule and loader to expose generated tags to JS

v2.5.0

13 Jan 16:47
Compare
Choose a tag to compare

🚀 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

24 Nov 17:25
84f213d
Compare
Choose a tag to compare

🚀 What's New

  • #128 support for html-webpack-plugin 4.

🪲 Bugfixes

  • #134 inject html meta tags even if there is no <head>.

v2.3.1

20 Sep 20:50
fbf4409
Compare
Choose a tag to compare
Release v2.3.1 (#133)

v2.3.0

22 Jul 10:16
Compare
Choose a tag to compare

🚀 What's New

  • #113 new async hook webappWebpackPluginBeforeEmit.

🪲 Bugfixes

  • #105 invalidate cache when changing publicPath.