We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa46f4e commit bb8c4baCopy full SHA for bb8c4ba
src/Components/Web.JS/src/Platform/Mono/MonoPlatform.ts
@@ -131,7 +131,7 @@ async function importDotnetJs(startOptions: Partial<WebAssemblyStartOptions>): P
131
}
132
133
// @ts-ignore: This dynamic import is handled at runtime and does not need a type declaration.
134
- return await import(/* webpackIgnore: true */ "./dotnet.js");
+ return await import(/* webpackIgnore: true */ "./dotnet.js?v=8.0");
135
136
137
function prepareRuntimeConfig(options: Partial<WebAssemblyStartOptions>, onConfigLoadedCallback?: (loadedConfig: MonoConfig) => void): DotnetModuleConfig {
0 commit comments