Does Chrome support multiple modules/sourceMappingURLs on a single javascript url
问题 I have been trying out the Source Maps feature 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