Skip to content

Commit b43c650

Browse files
committed
Remove the check for cacheBootResources
1 parent 0de0a76 commit b43c650

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Components/Web.JS/src/Services/WebRootComponentManager.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -470,10 +470,6 @@ function isDescriptorInDocument(descriptor: ComponentDescriptor): boolean {
470470
}
471471

472472
function areWebAssemblyResourcesLikelyCached(config: MonoConfig): boolean {
473-
if (!config.cacheBootResources) {
474-
return false;
475-
}
476-
477473
const hash = getWebAssemblyResourceHash(config);
478474
if (!hash) {
479475
return false;

0 commit comments

Comments
 (0)