v1.29.1
Bug Fixes
- Updated the
grunt-webpack
dependency to be compatible withwebpack
v5. Previous versions ofgrunt-webpack
had the following peer dependency:webpack: ^4.0.0
. This caused issues for certain Node versions because we use v5 ofwebpack
. However, v4.0.3 ofgrunt-webpack
has the peer dependency:webpack: ^4.0.0 || ^5.0.0
.