prisma-labs / http-link-dataloader

📚📡 HTTP Apollo Link with batching & caching provided by dataloader.
MIT License
77 stars 14 forks source link

fix: dynamic import in webpack by using whatwg-fetch #9

Closed divyenduz closed 6 years ago

divyenduz commented 6 years ago

Use whatwg-fetch in place of cross-fetch to avoid a dynamic import.

divyenduz commented 6 years ago

This will break server side as whatwg-fetch does not support node environments.