-
Notifications
You must be signed in to change notification settings - Fork 86
feat(fetch): switch to cross-fetch instead of isomorphic-fetch #101
Conversation
📊 Bundle Size Report
|
@JAdshead Integration tests pass so looks like everything is working same as with |
I think you just need to be running this branch of the app. modules should not know about which fetch client is provided as its polyfilled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package-lock.json
conflict needs fixing 👍
84e3288
2777e05
to
84e3288
Compare
84e3288
to
4a23140
Compare
This looks good and given how many Integration tests where we use |
Description
Switching to cross-fetch instead of isomorphic-fetch as the later has not been maintained for 5 years.
Motivation and Context
isomorphic-fetch as the later has not been maintained for 5 years and provides outdated versions of both node-fetch and WHATWG fetch
How Has This Been Tested?
Unit and integration tests.
Types of Changes
Checklist:
What is the Impact to Developers Using One App?
Provides a fetch that is closer to the spec.