In #76 everything was working locally, and all the tests passed, but once deployed we were getting an error for uncaught reference related to parcelRequire that was breaking the entire site. Now since the builds were failing before, when I tried to revert these changes it can't redeploy, so I'm rushing to test this on production since there isn't another way to reproduce the errors and want to get it back up asap
In #76 everything was working locally, and all the tests passed, but once deployed we were getting an error for uncaught reference related to
parcelRequire
that was breaking the entire site. Now since the builds were failing before, when I tried to revert these changes it can't redeploy, so I'm rushing to test this on production since there isn't another way to reproduce the errors and want to get it back up asap