美文网首页
在Webpack项目中使用Fetch polyfill

在Webpack项目中使用Fetch polyfill

作者: 占三疯 | 来源:发表于2016-10-13 15:25 被阅读441次

    将fetch定义为全局

    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