React-Scripts was removed and vite set up as a build tool.
I have also removed babel and many of the npm script options, because we do not need them for now (and they were broken when I found them)
Motivation and Context
create-react-app has been deprecated for a while.
How has this been tested?
Screenshots (if appropriate):
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
[ ] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
React-Scripts was removed and vite set up as a build tool. I have also removed babel and many of the npm script options, because we do not need them for now (and they were broken when I found them)
Motivation and Context
create-react-app has been deprecated for a while.
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist: