princeton-nlp / SWE-agent

SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges.
https://princeton-nlp.github.io/SWE-agent/
MIT License
13.39k stars 1.32k forks source link

Migrate off of deprecated react-scripts #565

Open Scc33 opened 3 months ago

Scc33 commented 3 months ago

Describe the feature

Create React App (CRA) has been an essential tool for bootstrapping React applications with zero configuration. However, the react-scripts package, which is integral to CRA, has seen infrequent updates and maintenance. This stagnation can lead to several issues, including:

Create React App Gone From React.dev - https://github.com/facebook/create-react-app/issues/13072 Replace Create React App recommendation with Vite - https://github.com/reactjs/react.dev/pull/5487#issuecomment-1409720741

Potential Solutions