Redux DevTools Tracing with Sourcemaps

Does anyone know if there is a way to get Redux DevTools trace working with Meteor sourcemaps? I have tracing enabled for Redux DevTools as you can see in the top part of the image below…but it’s only showing the stack trace with references to the bundle files…as opposed to the corresponding source file lines. I’m using Meteor 1.11 and have verified the source maps are working in Chrome DevTools under the Sources tab (bottom part of image below)…but Redux DevTools doesn’t seem to be using them. Any help would be much appreciated! Thank you!