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
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?)
The text was updated successfully, but these errors were encountered:
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
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:
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?)
The text was updated successfully, but these errors were encountered: