microsite icon indicating copy to clipboard operation
microsite copied to clipboard

Add fetch to global object in dev env

Open akellbl4 opened this issue 3 years ago • 4 comments

Hi I tried to use fetch inside getStaticProps and it just doesn't work in dev (for build it works just fine because it is imported by add fetch on transformation). I'm not sure if node-fetch should be injected for that situation with other tools but I just tried to put fetch in nodejs global object for microsite dev.

akellbl4 avatar Mar 31 '21 08:03 akellbl4

⚠️ No Changeset found

Latest commit: d5945e3d64d8b5380b98008a16aa2f5d52cf849e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Mar 31 '21 08:03 changeset-bot[bot]

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

microsite-examples – ./

🔍 Inspect: https://vercel.com/nmoo/microsite-examples/FhQifQKwxL2zGJ2ngyz3EMU6tuTV
✅ Preview: https://microsite-examples-git-fork-akellbl4-add-fetch-in-dev-nmoo.vercel.app

microsite – ./site

🔍 Inspect: https://vercel.com/nmoo/microsite/FekUnUgVrmmPZxU65dtADUZPZSD9
✅ Preview: Canceled

vercel[bot] avatar Mar 31 '21 08:03 vercel[bot]

@natemoo-re feel free to correct me. I don't know how it should work, maybe I just did something unnecessary :)

akellbl4 avatar Apr 12 '21 15:04 akellbl4

Thanks for the ping. I'll double check on this later tonight!

natemoo-re avatar Apr 12 '21 16:04 natemoo-re