You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
Is it necessary for this package to be dependent on all of fbjs? I understand that it can make things easier for development, but I ran into an issue due to fbjs' dependency on isomorphi-fetch.
Even if all my other packages depend on core-js@2.x, npm continues to put core-js@1 from fbjs into the root node_modules, what leads to missing polyfills.
Is it necessary for this package to be dependent on all of fbjs? I understand that it can make things easier for development, but I ran into an issue due to fbjs' dependency on isomorphi-fetch.
For the issue i ran into, see matthew-andrews/isomorphic-fetch#125
The text was updated successfully, but these errors were encountered: