[EDIT by guardrex to add the metadata]
Related
Files outside of wwwroot can be linked into wwwroot and thus picked up by SWA
<Content Include="generate\main.js" Link="wwwroot\main.js" CopyToOutputDirectory="PreserveNewest" />
We need to figure out which SWA target is ideal for hooking typescript (or any other custom) build onto.
Alternative approach, use Microsoft.VisualStudio.JavaScript.Sdk, eg https://github.com/microsoft/fluentui-blazor/blob/dev/src/Core.Assets/Microsoft.FluentUI.AspNetCore.Components.Assets.esproj. I'm not sure what's the preferred path.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
Associated WorkItem - 558542
[EDIT by guardrex to add the metadata]
Related
<WasmExtraFilesToDeploy>? runtime#118146WasmBootConfigFileNamedoesn't work with WasmAppBuilder without additional configuration runtime#117900Files outside of
wwwrootcan be linked into wwwroot and thus picked up by SWAWe need to figure out which SWA target is ideal for hooking typescript (or any other custom) build onto.
Alternative approach, use
Microsoft.VisualStudio.JavaScript.Sdk, eg https://github.com/microsoft/fluentui-blazor/blob/dev/src/Core.Assets/Microsoft.FluentUI.AspNetCore.Components.Assets.esproj. I'm not sure what's the preferred path.Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
Associated WorkItem - 558542