Closed GeordieEK closed 2 months ago
Is your feature request related to a problem? Please describe. create-react-app is deprecated, vite is the way forward
create-react-app
vite
Also we'll need to disable the CI: false override that I set in Netlify when we do this (this is only so the current create-react-app warnings don't get coerced to build failing errors)
CI: false
Completed in #204
Is your feature request related to a problem? Please describe.
create-react-app
is deprecated,vite
is the way forward