diff --git a/src/Components/Web.JS/src/Services/WebRootComponentManager.ts b/src/Components/Web.JS/src/Services/WebRootComponentManager.ts index 097a38c3e057..1c1dbb067db0 100644 --- a/src/Components/Web.JS/src/Services/WebRootComponentManager.ts +++ b/src/Components/Web.JS/src/Services/WebRootComponentManager.ts @@ -470,10 +470,6 @@ function isDescriptorInDocument(descriptor: ComponentDescriptor): boolean { } function areWebAssemblyResourcesLikelyCached(config: MonoConfig): boolean { - if (!config.cacheBootResources) { - return false; - } - const hash = getWebAssemblyResourceHash(config); if (!hash) { return false;