使用cross-fetch替换node-fetch和isomorphic-fetch
安装
1 | yarn add cross-fetch |
使用
1 | import fetch from 'cross-fetch'; |
polyfill的使用方式
1 | import 'cross-fetch/polyfill'; |
使用cross-fetch替换node-fetch和isomorphic-fetch
https://hexo.terwer.space/post/use-crossfetch-to-replace-nodefetch-and-isomorphicfetch-wbuqq.html