1

I'm making an web app by using webpack, angularjs and bluebird. I put this in my code:

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

But in developer console. Promise doesn't appear as a global variable. When I tried using it, console said: 'Promise is undefined'

enter image description here

Can anyone help me please? Thank you,

Thomas Fritsch
  • 9,639
  • 33
  • 37
  • 49
Redplane
  • 2,971
  • 4
  • 30
  • 59

0 Answers0