Skip to content

v4.0.0

Compare
Choose a tag to compare
@danez danez released this 20 Jul 14:47

4.0.0 (2020-07-20)

Bug Fixes

  • deps: Upgrade dependencies (f6ca1c3)
  • Drop support for node < 6.11.5 and webpack < 4 (36aba57)
  • Ensure correct version of webpack-dev-server is installed (e40dbe9)
  • Read raw config in tasks to avoid circular dependency (570f378)
  • remove adding of HMR plugin, since addDevServerEntrypoints already does it (4b2fbf8)
  • Remove handling of templates in Plugins (e2cf0cd)
  • Update lodash (5836231)
  • Require node 10 (3b218ab)

Features

  • Add support for webpack 5 (920c6d9)

BREAKING CHANGES

  • Ensure you use node 10.13.0 or newer before upgrading to this grunt-webpack version
  • Requires webpack-dev-server 3.2.0 or newer
  • Grunt templates will not be evaluated in Plugins anymore. Use lazy config loading instead.