VILLASframework / web

The VILLASweb frontend (website) for planning, controlling, monitoring and analysing distributed simulations.
https://fein-aachen.org/en/projects/villas-web/
GNU General Public License v3.0
3 stars 3 forks source link

Update React Scripts from v4 to v5 #300

Open stv0g opened 2 years ago

stv0g commented 2 years ago

In GitLab by @skolen on Feb 9, 2022, 10:49

Currently VILLASweb uses React Scripts v4 as development dependency. Since December 2021, there is a new major release v5 available that brings some new features and also some breaking changes - such as webpack 5 and others.

A summary of the changes and migration steps from v4 to v5 is available here:

https://github.com/facebook/create-react-app/releases

We should double-check if and how much VILLASweb is affected by breaking changes before updating.

stv0g commented 2 years ago

In GitLab by @skolen on Apr 19, 2022, 11:12

marked this issue as related to #381