e.g.
<script src="A" /><script src="B" /><script src="C" />
If I want to inline A script which has source maps, then above scripts will become
<script>
A script contents
**//# sourceMappingUrl=[url] </script><script src="B" /><script src="C" />**
Note B and C scripts are ignored because of the leading //# for source maps