Discountrobot

Results 6 comments of Discountrobot

@vzakharov-rxnt what you are describing not supported at the moment. https://github.com/evanw/esbuild/issues/1995

@vzakharov-rxnt while i cannot speak on the behalf of the maintainers of this project, it does seem that direction is pretty clear - do bundling well and leave the rest...

@jrosen did you ever find a resolution for this?

I am curious why this isn't being brought up more, throwing your users a screen with error messages is .. not ideal. We've solved it by introducing some very simple...

We have a similar issue, with dynamic modules. When trying to setup the router on two different modules utilising the same shared module dynamically initialised. Setup as follows: ```typescript const...

please elaborate. Since the rest client is simply returning a RxJS observable, you should read up on how the [RxJS/subscribe](https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/subscribe.md) method works. You simply supply another callback like so: ```...