不能使用蓝鸟Promise IE11 webpack

时间:2018-02-22 17:49:04

标签: promise bluebird webpack-3 webpack-plugin

我正在使用webpack,angularjs和bluebird制作网络应用。 我把它放在我的代码中:

{
"plugins":[
    {
        new webpack.ProvidePlugin({Promise: 'bluebird'})
    }
  ]
}

但是在开发者控制台中。承诺并不是一个全局变量。当我尝试使用它时,控制台说:'承诺未定义'

enter image description here

有人能帮帮我吗? 谢谢,

0 个答案:

没有答案