1 files changed, 2 insertions, 0 deletions
diff --git a/MatrixUtils.Web/MatrixUtils.Web.csproj b/MatrixUtils.Web/MatrixUtils.Web.csproj
index 3640745..2c4bb64 100644
--- a/MatrixUtils.Web/MatrixUtils.Web.csproj
+++ b/MatrixUtils.Web/MatrixUtils.Web.csproj
@@ -12,6 +12,7 @@
<BlazorEnableCompression>false</BlazorEnableCompression>
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
<BlazorCacheBootResources>false</BlazorCacheBootResources>
+ <TrimMode>full</TrimMode>
<!-- <RunAOTCompilation>true</RunAOTCompilation>-->
@@ -25,6 +26,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.0" />
+ <PackageReference Include="SpawnDev.BlazorJS.WebWorkers" Version="2.5.18" />
</ItemGroup>
<ItemGroup>
|