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
a bit of history. Venus HTML5 app was based on https://create-react-app.dev which started as a promising wrapper around webpack and its plugins but ended up in a state where it is no longer maintained and stuck on couple older dependencies.
More over when using CRA, one can not easily override the defaults so a process called npm run eject was performed in order to basically discard CRA and produce bunch of complicated ./config/ files and ./scripts that perform the build and testing.
Notably the scripts in ./scripts folder depend on couple outdated dependencies that are not updated for eslint 9 and that apparently are not being worked on.
also not as simple as it looks...
The text was updated successfully, but these errors were encountered: