We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56c5ed commit dc862e4Copy full SHA for dc862e4
Moonlight.Client/Moonlight.Client.csproj
@@ -33,16 +33,7 @@
33
<Content Remove="storage\**\*" />
34
<None Remove="storage\**\*" />
35
</ItemGroup>
36
- <!--
37
- Specify the /p:BuildPWA=true flag to build moonlight as a PWA.
38
- This flag is by default disabled to allow nuget package generation
39
- -->
40
- <PropertyGroup Condition="'$(BuildPWA)' == 'true'">
41
- <ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
42
- </PropertyGroup>
43
- <ItemGroup Condition="'$(BuildPWA)' == 'true'">
44
- <ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js" />
45
- </ItemGroup>
+
46
<ItemGroup>
47
<ProjectReference Include="..\Moonlight.Shared\Moonlight.Shared.csproj" />
48
0 commit comments