Hi, when upgrading to webpack 3, i get the following warning from NPM:
npm WARN [email protected] requires a peer of webpack@^2.2.0 but none was installed.
Are there some known compatibility problems with webpack 3?
Maybe just a matter of updating package.json
You can have a look at pull request https://github.com/webpack/webpack-dev-server/pull/946
Could you please release a new version with webpack 3 compatibility?
This should be fixed now
https://github.com/webpack/webpack-dev-server/pull/946#issuecomment-313593956
Most helpful comment
Could you please release a new version with webpack 3 compatibility?