You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App was originally scaffolded using create-react-app which is now deprecated, ideally would move to something more modern ie Nextjs
Other than that some notes:
Run script shouldn't require any of the autoprefixer/postcss dependencies in prod, need to remove the prebuild style compilation step and then those can be put back to dev deps. Keep it in dev though because it's convenient not to have to manually rebuild styles.
I think react-scripts is from CRA and can be scrapped altogether after upgrading the build framework
The text was updated successfully, but these errors were encountered:
App was originally scaffolded using create-react-app which is now deprecated, ideally would move to something more modern ie Nextjs
Other than that some notes:
react-scripts
is from CRA and can be scrapped altogether after upgrading the build frameworkThe text was updated successfully, but these errors were encountered: