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
The only way I have found to get webpack and aurelia-breeze to work together involves modifying this file to return the instance of breeze that is configured in there. I then can use that instance in my application.
Would you be willing to make this modification. It can be done by adding:
return breeze;
as the last line before the method closes? (Right after adapter.setHttpClientFactory(() => frameworkConfig.container.get(HttpClient));.)
The text was updated successfully, but these errors were encountered:
This file https://github.com/jdanyow/aurelia-breeze/blob/master/dist/aurelia-breeze.js, has a method called
configure
.The only way I have found to get webpack and aurelia-breeze to work together involves modifying this file to return the instance of breeze that is configured in there. I then can use that instance in my application.
Would you be willing to make this modification. It can be done by adding:
as the last line before the method closes? (Right after
adapter.setHttpClientFactory(() => frameworkConfig.container.get(HttpClient));
.)The text was updated successfully, but these errors were encountered: