Skip to content

If inlined source has sourceMaps, then following lines will be broken #31

@xsq007

Description

@xsq007

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions