I asked the following question on stackoverflow with a tag of google-chrome-devtools but thought I would also post it here to see if anyone can shed some light on it.
I have been trying out the sourcemap support in Chrome and have found that it does not support having a single javascript resource attached to a script tag that contains multiple modules concatenated together along with a sourceMappingURL comment separating each one. The first mapping is hooked up and I see the modules source associated in the debugger but all the others are ignored.
I would expect that it would be a comment requirement to do this when multiple modules are minified and concatenated together
Is scenario supported ?
Thanks
Richard