将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
本文标题:在Webpack项目中使用Fetch polyfill
本文链接:https://www.haomeiwen.com/subject/ltiwyttx.html
网友评论