soundcloud / chunk-manifest-webpack-plugin

Allows exporting a manifest that maps entry chunk names to their output files, instead of keeping the mapping inside the webpack bootstrap.
MIT License
395 stars 73 forks source link

Incorrect peer dependency for Webpack v3.0.0 #41

Open NeaSTDL opened 7 years ago

NeaSTDL commented 7 years ago

I have received this message during dependencies update:

warning "chunk-manifest-webpack-plugin@1.1.0" has incorrect peer dependency "webpack@^2.0.0 || ^2.1.0-beta || ^2.2.0-rc".

I've been using the plugin for the while and has worked without problems.

I don't know if there will be a push soon regarding this, but if not, I can prepare a PR.

I'll wait for comments.

NeaSTDL commented 7 years ago

Ùff... just checking the PRs I saw that @ruiaraujo had already passed the solution for this issue. I'll wait for it to be merged and close this.