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 0de0a76 commit b43c650Copy full SHA for b43c650
src/Components/Web.JS/src/Services/WebRootComponentManager.ts
@@ -470,10 +470,6 @@ function isDescriptorInDocument(descriptor: ComponentDescriptor): boolean {
470
}
471
472
function areWebAssemblyResourcesLikelyCached(config: MonoConfig): boolean {
473
- if (!config.cacheBootResources) {
474
- return false;
475
- }
476
-
477
const hash = getWebAssemblyResourceHash(config);
478
if (!hash) {
479
return false;
0 commit comments