You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am happy to create a PR for this, but since webpack 4 requires node version >= 6.11.5 (current package requirement is >=4), technically this is a breaking change.
@jgranstrom need your advice in whether to bump a major version or minor version.
@kenime I'm obviously not the maintainer, but I'd recommend a major version - that way folks on older versions of node using a ^ semver pattern don't get hosed.
In my case, loader works fine with Webpack 4, but throws unmet peer dep.
Console output using command
npm list -depth=0
:My suggestion is to add Webpack 4 version to peers, if loader works as expected with this version.
Thanks.
The text was updated successfully, but these errors were encountered: