Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

fix(bridge): disable legacy fetch polyfills #1866

Merged
merged 3 commits into from
Nov 11, 2021
Merged

fix(bridge): disable legacy fetch polyfills #1866

merged 3 commits into from
Nov 11, 2021

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Nov 11, 2021

πŸ”— Linked issue

nuxt/bridge#190

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Fixing related issue mentioned in nuxt/bridge#190. With nuxt 2, we were adding a polyfill for fetch (browser and server) but now all browsers (except our friend IE) support it so doesn't make sense to have it. This fixes only usage of global. in nuxt 2

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@netlify
Copy link

netlify bot commented Nov 11, 2021

βœ”οΈ Deploy Preview for nuxt3-docs canceled.

πŸ”¨ Explore the source changes: acd54d0

πŸ” Inspect the deploy log: https://app.netlify.com/sites/nuxt3-docs/deploys/618d2e78fe381800074f299a

@pi0 pi0 merged commit 850ef69 into main Nov 11, 2021
@pi0 pi0 deleted the fix/bridge-fetch branch November 11, 2021 16:46
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants