-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v2.0.6] bluebird
warnings
#284
Comments
@czaarek99 what is version |
I'm using version 2.0.6 |
@czaarek99 can your create minimum reproducible test repo? |
What's the status here ? Maybe related to #269, but |
@michael-ciniawsky Yeah, that's for sure the same issue that I'm having. |
I have the same problem,postcss-loader version is "^3.0.0", how to solve it,thanks~ |
My express application starts with this line
global.Promise = require("bluebird");
. And when postcss-loader runs bluebird spews out this warning:(node:13276) Warning: a promise was created in a handler at C:\Programming\HtmlProjects\Shadow\node_modules\postcss-loader\lib\index.js:173:16 but was not returned from it, see http://goo.gl/rRqMUw at new Promise (C:\Programming\HtmlProjects\Shadow\node_modules\bluebird\js\release\promise.js:79:10)
The same warning is repeated about 15 times.
The text was updated successfully, but these errors were encountered: