Skip to content

Releases: webpack-contrib/grunt-webpack

3.0.0-beta.2

09 Apr 20:21
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release

πŸ› Bug Fixes

  • Correctly load config without grunt multitask (#133)

3.0.0-beta.1

28 Mar 14:00
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

πŸ’₯ Breaking changes

webpack-dev-server

  • The option inline now defaults to true

webpack

  • The option cache now defaults to true if watch is set to true
  • The option failOnError now defaults to false if watch is set to true

πŸš€ New Features

  • Allow callbacks to be supplied as options

webpack-dev-server

  • Added support for option public
  • Added support for option hotOnly

πŸ› Bug Fixes

  • Preload HMR plugin into compiler options. (#126) (@joaovieira)
  • Fix plugins for every plugin configuration. (#129) (@joaovieira)
  • Fix progress to output the same numbers as webpack cli does
  • Copy all plugin fields to preserve shared caches.

πŸ“ Documentation

  • Started rewriting README to contain more information about configuration and new examples.

2.0.1

28 Mar 13:29
Compare
Choose a tag to compare

πŸ› Bugfix

  • Fix default options for webpack-dev-server

v2.0.0

27 Jan 13:16
Compare
Choose a tag to compare

Final version for webpack 2.2.0

Changes since last beta version:

πŸ› Bugfix

  • Correctly handle plugins in webpack-dev-server #116 (@PatelHub)
  • Correctly enable cache in watch mode

v2.0.0-beta.6

06 Jan 09:04
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

πŸ› Bugfix

  • Support webpack 2.2.0-rc

v2.0.0-beta.5

15 Dec 22:19
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

πŸ› Bugfix

  • Supply all necessary options webpack-dev-server (#106)

v2.0.0-beta.4

15 Dec 19:08
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

πŸ› Bugfix

  • Readd keepalive option
  • Fix webpack-dev-server not working due to incorrect config being produced

Thanks @nwoltman

2.0.0-beta.3

12 Dec 00:50
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release

πŸ› Bugfix

  • Fix default options not being loaded
  • Disable progress in non TTY
  • Display correct errors, even if stats disabled

πŸ’₯ Breaking Change

  • Remove keepalive option.

This option will be auto detected and be on for watch and dev-server and off for a normal run.

🏠 Internal

  • Add codecoverage
  • Add more tests.

2.0.0-beta.2

09 Nov 10:28
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

πŸ› Bugfix

  • Fix loading of loaders

v2.0.0-beta.1

23 Oct 19:23
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
  • Initial version for webpack 2.0