Adds an optional peer dependency on webpack-cli #2396
Merged
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
For Bugs and Features; did you add new tests?
Can publish a package with this PR and see if it actually works but these kind of fixes have been done multiple times to make Yarn 2 happy. Considering
webpack-dev-server
throws at runtime anyway ifwebpack-cli
is missing this shouldn't bother anyoneMotivation / Use-Case
Yarn 2 currently throws when using
webpack-dev-server
due to it trying to requirewebpack-cli
without declaring it anywhere in its dependencies:Breaking Changes
There is no breaking change for anyone - not even a warning for older package managers. This is a completely safe bugfix that will only impact Yarn users.
Additional Info
Supercedes: #2191
Documentation: https://next.yarnpkg.com/configuration/manifest#peerDependenciesMeta.optional