Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Please update react-scripts' dependencies to use webpack-dev-server@3.2.0 #6478

Closed
patrickhrastnik opened this issue Feb 21, 2019 · 1 comment

Comments

@patrickhrastnik
Copy link

Is this a bug report?

No, not really...

webpack-dev-server got an update and (indirectly) supports AIX systems now (because of some changes in its dependencies).

Long story:

  • default-gateway: 3.0.1 -> 3.1.0 (added AIX support)
  • internal-ip: 3.1.? -> 4.0.0 (updated dependency of default-gateway, requires node>6 now)
  • webpack-dev-server: 3.1.14 -> 3.2.0 (updated dependency of internal-ip)

Now to the point of this issue:
react-scripts requires webpack-dev-server@3.1.14, that's why the previous changes to other dependencies aren't pulled when installing the dependencies of a react project that uses react-scripts.

Could you please update the dependency of react-scripts to use webpack-dev-server@3.2.0?
(or at least check out if everything still works if you use v3.2.0?)

@patrickhrastnik
Copy link
Author

There is some issue with ssl in webpack-dev-server@3.2.0
Please wait with this issue until the following issue has been solved:
webpack/webpack-dev-server#1674

@lock lock bot locked and limited conversation to collaborators Feb 27, 2019
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant