Skip to content

Releases: webpack-contrib/grunt-webpack

1.0.18

10 Oct 20:21
Compare
Choose a tag to compare
  • Revert configuration support for webpack 2 due to incompatibilities with webpack 1 (Will release grunt-webpack 2.0 which will have support for webpack 2.0)

1.0.17

10 Oct 20:19
Compare
Choose a tag to compare
  • Fix configuration for webpack 2.0

1.0.16

10 Oct 20:19
Compare
Choose a tag to compare
  • Fix regression with multi compiler support

1.0.15

30 Sep 09:56
Compare
Choose a tag to compare
  • Show errors even if stats are disabled
  • Switch to ava for tests

1.0.13

29 Jul 20:57
Compare
Choose a tag to compare

Bugfixes

  • Fix regression introduced in 1.0.12

1.0.12

29 Jul 20:08
Compare
Choose a tag to compare

Bugfix

  • Fix build fails with an resolve.alias called plugins fix (#58)
  • Fix compiler.watch() parameters (#74)
  • Set default host to "localhost" (#69)

Internals

  • Updates lodash, require only functions needed (#63)