File tree 2 files changed +3
-1
lines changed
src/ProjectTemplates/Web.ProjectTemplates
content/ComponentsWebAssembly-CSharp/wwwroot
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework>${DefaultNetCoreTargetFramework}</TargetFramework>
5
5
<Nullable>enable</Nullable>
6
6
<ImplicitUsings>enable</ImplicitUsings>
7
+ <OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders>
7
8
<!--#if PWA -->
8
9
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
9
10
<!--#endif -->
Original file line number Diff line number Diff line change 22
22
< link rel ="apple-touch-icon " sizes ="512x512 " href ="icon-512.png " />
23
23
< link rel ="apple-touch-icon " sizes ="192x192 " href ="icon-192.png " />
24
24
<!--#endif -->
25
+ < script type ="importmap "> </ script >
25
26
</ head >
26
27
27
28
< body >
44
45
<!--#if (IndividualB2CAuth || OrganizationalAuth) -->
45
46
< script src ="_content/Microsoft.Authentication.WebAssembly.Msal/AuthenticationService.js "> </ script >
46
47
<!--#endif -->
47
- < script src ="_framework/blazor.webassembly.js "> </ script >
48
+ < script src ="_framework/blazor.webassembly#[.{fingerprint}] .js "> </ script >
48
49
<!--#if PWA -->
49
50
< script > navigator . serviceWorker . register ( 'service-worker.js' ) ; </ script >
50
51
<!--#endif -->
You can’t perform that action at this time.
0 commit comments