You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this library require Bluebird for its feature set, or is it imported as a preference over the standard Aurelia polyfill for promises?
If it's needed, please list it in the requirements in the Readme. If not, please remove it from the project as a dependency :)
I'm trying to incorporate your library into my project, but Bluebird is messing up the build process. So I'm stuck with EventAggregator for the time being.
The text was updated successfully, but these errors were encountered:
It is a dependency. Unfortunately ES6 promises are really deficient, they lack deferred object and "when all settled" method.I've added it to dependencies list.
I'll be replacing Bluebird with native Promises soon, to get rid of that dependency. Will update you here when it's done :) Sorry for not being around, have a lot of work in my day job.
Does this library require Bluebird for its feature set, or is it imported as a preference over the standard Aurelia polyfill for promises?
If it's needed, please list it in the requirements in the Readme. If not, please remove it from the project as a dependency :)
I'm trying to incorporate your library into my project, but Bluebird is messing up the build process. So I'm stuck with EventAggregator for the time being.
The text was updated successfully, but these errors were encountered: