In a Blazor clientside ASp.Core webapp in VS2019 preview there is a script-reference in index.thml file, ie:
<script src="_framework/blazor.webassembly.js"></script>
where can I find the blazor.webassembly.js file reference?
The index.html page contains:
<body>
<app>Loading...</app>
<script src="_framework/blazor.webassembly.js"></script>
</body>