You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation states that for server-side Blazor, the javascript files will be located in "bin/{Debug|Release}/{TARGET FRAMEWORK}/publish/{APPLICATION NAME}.App/dist/_framework" however that doesn't seem to be correct as I don't see the files there.
It would be great if this file can be published on npm so that it can be included with a webpack build.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Thanks @mike1o1 ... The 🧀 moved on that back for Preview 2, but we didn't get it into the docs. Thanks for letting me know. I'll take care of it.
We no longer need to load blazor.server.js from the client app project, because it's now served directly from an embedded resource in .Components.Server middleware.
The documentation states that for server-side Blazor, the javascript files will be located in "bin/{Debug|Release}/{TARGET FRAMEWORK}/publish/{APPLICATION NAME}.App/dist/_framework" however that doesn't seem to be correct as I don't see the files there.
It would be great if this file can be published on npm so that it can be included with a webpack build.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: