Skip to content

Commit 9038180

Browse files
authored
[browser] Move GenerateJSModuleManifest from pack to sdk (#99675)
1 parent 6d91b3e commit 9038180

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ Copyright (c) .NET Foundation. All rights reserved.
7373
<PreserveCompilationReferences>false</PreserveCompilationReferences>
7474
<IsWebConfigTransformDisabled>true</IsWebConfigTransformDisabled>
7575

76-
<!-- JS Modules -->
77-
<!-- We disable the manifest generation because we are going to inline the modules in the blazor.boot.json manifest -->
78-
<GenerateJSModuleManifest>false</GenerateJSModuleManifest>
79-
8076
<EnableDefaultWasmAssembliesToBundle>false</EnableDefaultWasmAssembliesToBundle>
8177
<WasmNestedPublishAppDependsOn>_GatherWasmFilesToPublish;$(WasmNestedPublishAppDependsOn)</WasmNestedPublishAppDependsOn>
8278
<_WasmNestedPublishAppPreTarget>ComputeFilesToPublish</_WasmNestedPublishAppPreTarget>

0 commit comments

Comments
 (0)