Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken experience for older Safari and Edge (#219)
## Changes - Configures Next.js to transpile the React USWDS and React I18next packages to address an issue where its syntax was breaking the experience for Safari versions prior to 14, and Edge versions prior to 79. ## Context for reviewers I've filed a ticket on the React USWDS repo about one of the issues here: trussworks/react-uswds#2605 The two JS exceptions we were seeing are: 1. [`Unexpected token '='`](https://stackoverflow.com/questions/60026651/safari-unexpected-token-expected-an-opening-before-a-methods-paramet) 2. [`Expected identifier, string or number`](https://confluence.atlassian.com/insightapps/known-issue-with-older-versions-of-microsoft-edge-1085191263.html)
- Loading branch information