Releases: webpack-contrib/grunt-webpack
Releases · webpack-contrib/grunt-webpack
v2.0.0-beta.1
- Initial version for webpack 2.0
1.0.18
- 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
- Fix configuration for webpack 2.0
1.0.16
- Fix regression with multi compiler support
1.0.15
- Show errors even if stats are disabled
- Switch to ava for tests
1.0.13
Bugfixes
- Fix regression introduced in 1.0.12
1.0.12
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)