Closed testower closed 2 weeks ago
This PR replaces react-scripts (from Create React App) with Vite, as well as jest with vitest.
In addition, the Intl polyfill has been removed since it is incompatible with Vite and the Intl standard is now implemented in all major browsers anyway.
Closes #1037
Thanks, I will resolve the merge conflicts at get this merged asap 👍
Failed conditions 0.0% Coverage on New Code (required ≥ 80%)
See analysis details on SonarCloud
This PR replaces react-scripts (from Create React App) with Vite, as well as jest with vitest.
In addition, the Intl polyfill has been removed since it is incompatible with Vite and the Intl standard is now implemented in all major browsers anyway.
Closes #1037