Skip to content

Bug | Publish production JavaScript asset without inline source map payload #190

@AnnaSasDev

Description

@AnnaSasDev

Severity

Low

Describe the bug

Committed wwwroot/InfiniFrame.js currently includes an inline source map payload, indicating non-production output.

Steps to reproduce

  1. Open src/InfiniFrame.Js/wwwroot/InfiniFrame.js.
  2. Observe large base64 inline source-map trailer.

Expected behavior

Release asset should be production-minified with controlled source map policy.

Actual behavior

Inline map payload increases package size and exposes source mapping in distributed artifact.

Logs / Error Output

Minimal reproduction

Inspect generated JS artifact in repository.

.NET Version

No response

Project Version / Commit

No response

Operating System

No response

Checklist

  • I searched existing issues
  • I can reproduce this consistently
  • I included logs and/or a reproduction

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions