Skip to content

Commit 8a46fe0

Browse files
marafwtgodbe
authored andcommitted
Disable HotReload in CustomBasePathApp and HostedInAspNet.Client
Tests that host multiple apps doesn't resolve JS initializers correctly
1 parent 6d47019 commit 8a46fe0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Components/WebAssembly/testassets/CustomBasePathApp/CustomBasePathApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
5+
<WasmEnableHotReload>false</WasmEnableHotReload>
56
<StaticWebAssetBasePath>/app</StaticWebAssetBasePath>
67
</PropertyGroup>
78

src/Components/WebAssembly/testassets/HostedInAspNet.Client/HostedInAspNet.Client.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
5+
<WasmEnableHotReload>false</WasmEnableHotReload>
56
</PropertyGroup>
67

78
<ItemGroup>

0 commit comments

Comments
 (0)