-
Notifications
You must be signed in to change notification settings - Fork 25k
Publish standalone WASM w/o an HTML doc #36554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish standalone WASM w/o an HTML doc #36554
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds documentation for publishing standalone Blazor WebAssembly apps without an HTML document, addressing scenarios where apps are consumed by JavaScript/SPA applications through Blazor custom elements. The change provides guidance on handling import map issues when the .NET build/publish process doesn't produce an HTML document.
Key Changes
- Added new section "Publish without an HTML document" versioned for ASP.NET Core 10.0+
- Documents workarounds for import map placement issues in standalone WASM deployments
|
@maraf ... Re-ping for a doc PR review. |
|
@maraf ... See if this is right or headed in the right direction at least. |
Co-authored-by: Marek Fišera <[email protected]>
maraf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
Sorry for my confusion. Monday morning ... I'm just getting my head back in the game here. 😄 |
|
That's fine. Tell me about it after 3 weeks :) |
Fixes #36354
Thanks @MarkStega! 🚀 ... and Happy New Year! 🥳
Marek ... Thanks again for spotting the simple fix for the XREF GEN tool to get the fingerprinting working. I fixed it on https://github.com/dotnet/blazor-samples/pull/641/files.
Internal previews