File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/Components/benchmarkapps/Wasm.Performance/TestApp Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 88 Client caching isn't part of our performance measurement, so we'll skip it.
99 -->
1010 <BlazorCacheBootResources >false</BlazorCacheBootResources >
11+ <OverrideHtmlAssetPlaceholders >true</OverrideHtmlAssetPlaceholders >
1112 </PropertyGroup >
1213
1314 <ItemGroup >
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="utf-8 " />
55 < title > E2EPerformance</ title >
6+ < link rel ="preload " id ="webassembly " />
67 < base href ="/ " />
8+ < script type ="importmap "> </ script >
79</ head >
810< body >
911 < script >
1921 </ script >
2022
2123 < app > Loading...</ app >
22- < script src ="_framework/blazor.webassembly.js "> </ script >
24+ < script src ="_framework/blazor.webassembly#[.{fingerprint}] .js "> </ script >
2325</ body >
2426</ html >
You can’t perform that action at this time.
0 commit comments