将fetch定义为全局
newwebpack.ProvidePlugin({
'Promise':'es6-promise',
'fetch':'imports?this=>global!exports?global.fetch!whatwg-fetch'
})
别忘了安装import-loader和export-loader
newwebpack.ProvidePlugin({
'Promise':'es6-promise',
'fetch':'imports?this=>global!exports?global.fetch!whatwg-fetch'
})
别忘了安装import-loader和export-loader