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
currently in our bundle we include the `next/dist/compiled/node-fetch` package,
this doesn't seem actually necessary and it introduces a good amount of unnecessary
code in our bundle, moreover it also causes a warning in the terminal (because of an
=== -0 comparison), the changes here replace the node-fetch code with a simply shim
that re-exports the native fetch
0 commit comments