Severity
Low
Describe the bug
Committed wwwroot/InfiniFrame.js currently includes an inline source map payload, indicating non-production output.
Steps to reproduce
- Open
src/InfiniFrame.Js/wwwroot/InfiniFrame.js.
- 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
Severity
Low
Describe the bug
Committed
wwwroot/InfiniFrame.jscurrently includes an inline source map payload, indicating non-production output.Steps to reproduce
src/InfiniFrame.Js/wwwroot/InfiniFrame.js.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