Jarrod Payne
Jarrod Payne
@tappleby Any updates here? I understand that this is something that the Redux team isn't offering positive feedback in this direction based on the linked issues, but I'm struggling to...
@tappleby I think @peteruithoven's [example code](https://github.com/tappleby/redux-batched-subscribe/issues/11#issuecomment-264701480) is one of the more compelling use cases I've seen for this lib. I believe it should be noted in the docs even if...
@alexander-akait I'm expecting to need sourceMapPathOverrides. There should be no need for the second mapping though. I'm fairly certain there is an issue here.
The `sourceURL` seems fine with and without `source-map-loader`. The decoded `sourceMappingURL` incorrect though once this loader is added to an otherwise standard next.js webpack config. ### Without `source-map-loader` Relevant eval...
I hear what you are saying about this being expected. Do you think this is still a bug? I believe there will be many more users who need to resolve...
Attempting to reference a related issue: https://github.com/webpack/webpack/issues/3603
@matschaffer Thank you for reporting this. Did you ever implement a proper workaround for this? I'm struggling to see how anyone ships web apps without http redirects.
@cosmicnag Could you elaborate on your implementation? I am using Marionette Regions as well, but don't see a clear path to transitioning between region replacement. I'm thinking I need to...
@cosmicnag Thanks! Not sure how I missed this response.
I've got a repro which may help with the fix available here: [paynecodes/ts-repro-type-annotation-require-symlinks](https://github.com/paynecodes/ts-repro-type-annotation-require-symlinks). I don't want to hijack this issue if it's the wrong place, so let me know if...