Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to the recommended 'defaults' value for browserslist #144

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

jafeltra
Copy link
Collaborator

Fixes #140

This PR updates the browserslist in package.json to just specify the default values. This is what the browserslists library documents as best practice, so I think it makes sense for us to use this. I think this is changing how the code is built, which is why the error is not seen anymore. Using the default does exclude some old browsers, though, so if you don't think this is a sufficient solution, let me know.

To test this, build the app and serve the production build and test that the two examples convert FSH to FHIR successfully.

Copy link
Member

@cmoesel cmoesel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works! Brilliant solution.

@cmoesel cmoesel merged commit 9ce64a1 into master Sep 22, 2023
4 checks passed
@cmoesel cmoesel deleted the update-browserslist branch September 22, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error w/ Patient.telecom.rank: can't convert BigInt to number
3 participants