使用cross-fetch替换node-fetch和isomorphic-fetch
安装
yarn add cross-fetch
使用
import fetch from 'cross-fetch';
polyfill的使用方式
import 'cross-fetch/polyfill';
安装
yarn add cross-fetch
使用
import fetch from 'cross-fetch';
polyfill的使用方式
import 'cross-fetch/polyfill';