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
Copy file name to clipboardExpand all lines: release-notes/10.0/preview/preview6/aspnetcore.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Make Blazor WebAssembly compatible with JavaScript bundlers like webpack or roll
98
98
</PropertyGroup>
99
99
```
100
100
101
-
This adjusts the boot configuration to explicitly import framework assets. The output won't run directly in browsers but can be consumed by JavaScript bundlers.
101
+
This adjusts the boot configuration to explicitly import framework assets. The build output won't run directly in browsers but the publish output can be consumed by JavaScript bundlers.
0 commit comments