shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.44k stars 184 forks source link

increase lodash dependency version range #26

Closed nickescallon closed 7 years ago

nickescallon commented 8 years ago

Lodash v3 is no longer supported, and it looks like v4 does not introduce any breaking changes for this package.

Can we increase the range of the supported lodash dependency to include v4 as proposed in this PR?

This would avoid unmet peer dependency warnings on npm install when using a supported version of lodash.