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

bug: Attempt to fix node v18 support #368

Merged
merged 1 commit into from Apr 24, 2022
Merged

Conversation

maxmilton
Copy link
Owner

The source-map package version 0.7.3 uses a check for a missing fetch global to detect Node.js, however, node 18 now includes fetch! This was already fixed years ago back in 2018 but never published to a stable release. More information in terser/terser#1164.

source-map beta version 0.8.0-beta.0 does include a fix so updating should give us node 18 support.

@maxmilton maxmilton merged commit 3ba8ce7 into master Apr 24, 2022
@maxmilton maxmilton deleted the bug/node18-support branch April 24, 2022 21:13
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.

None yet

1 participant