borodean / postcss-assets

An asset manager for PostCSS
MIT License
537 stars 32 forks source link

Warning: a promise was created in a handler at * but was not returned from it #79

Closed xierenyuan closed 6 years ago

xierenyuan commented 6 years ago

Trying to run postcss-assets I get the following warning:

Warning: a promise was created in a handler at /Users/xierenhong/rrc/fe/anne@next/node_modules/postcss/lib/container.js:110:22 but was not returned from it, see http://goo.gl/rRqMUw
    at Function.Promise.map (/Users/xierenhong/rrc/fe/anne@next/node_modules/bluebird/js/release/map.js:164:12)

my config:

postcss-assets : { cache: true }

borodean commented 6 years ago

@xierenyuan what particular config is that?