Skip to content

Support private source maps #4

Open
@steren

Description

@steren

The library only supports source maps when:

  • The minified file is appended with a comment directive to your source map file:

    //# sourceMappingURL=http://example.com/path/to/your/sourcemap.map
  • And this file is publicly accessible.

Including server-side component, we could imagine a way to not need to make the source map available publicly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions