Skip to content

Commit

Permalink
Merge 29f2153 into 8f3ec2c
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra authored Jun 21, 2023
2 parents 8f3ec2c + 29f2153 commit 10acc3d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ function commonJsRequireContext(
// modules.
registerChunkRunner(
chunkPath,
params.otherChunks,
params.otherChunks.filter((chunk) =>
// The none runtime can only handle JS chunks, so we only wait for these
getChunkPath(chunk).endsWith(".js")
),
params.runtimeModuleIds
);
}
Expand Down

0 comments on commit 10acc3d

Please sign in to comment.