ERA-11293 [Part 1: Eject CRA] #1278
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Eject Create React App: https://create-react-app.dev/docs/available-scripts/#npm-run-eject
The app should work exactly as before, it's just that now we ejected Create React App and we have control over the configurations and dependencies.
Relevant link(s)
Where / how to start reviewing (optional)
None of the changes you'll see in the diff were made manually. They are the result of running the ejection script.
Any background context you want to provide(if applicable)
This is just the first of many PRs to move away of CRA. Our final goal is to move away from the dying Webpack ecosystem and migrate to the newer and faster Vite. But first we need to update all our dependencies and configurations. I will do that as part of ERA-11293, but I'll send several sequential PRs as baby-steps towards the end.