Skip to content

Commit

Permalink
remove clean up for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Nov 29, 2022
1 parent 8b5cb29 commit 4e8a9a0
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -112,12 +112,6 @@ export class FlightClientEntryPlugin {
}
}

if (this.isEdgeServer) {
edgeServerModuleIds.clear()
} else {
serverModuleIds.clear()
}

traverseModules(compilation, (mod, _chunk, _chunkGroup, modId) => {
recordModule(String(modId), mod)
})
Expand Down

0 comments on commit 4e8a9a0

Please sign in to comment.