Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels