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

fix(async-rewriter): do not load browserlist config MONGOSH-1085 #1176

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

addaleax
Copy link
Contributor

We should tell babel not to try to load the browerlist config from
disk, especially since we are not interested in it anyway.

A proper regression test seems hard to write, since it would
essentially consist of making sure that mongosh does not access
files from its current working directory when it starts up.

We should tell babel not to try to load the browerlist config from
disk, especially since we are not interested in it anyway.

A proper regression test seems hard to write, since it would
essentially consist of making sure that mongosh does not access
files from its current working directory when it starts up.
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.

2 participants