Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Prod Build Bug w/ Bootstrap & Updated Dependencies (#59)
* update dependencies * attempting to fix bootstrap install with a resolver * fix: merged in stashed changes to vite config to chunk react-bootstrap better, resolve bootstrap and css preprocessor setting for vite compiling of project * fix: changed script tag to defer because on first load of page was looking for root DOM element and not getting it causing react minification error * chore: removed the unneeded style link in html * fix: there was a duplication in the AuthenticatedNavBar, made sure the one the homepage is using has the scss styling and made sure the unauthenticated used it as well
- Loading branch information