Skip to content

Commit

Permalink
chore: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Dec 6, 2022
1 parent d56e138 commit f5247a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vite/src/node/plugins/worker.ts
Expand Up @@ -50,7 +50,8 @@ function saveEmitWorkerAsset(
}

// Ensure that only one rollup build is called at the same time to avoid
// leaking state in plugins between worker builds.
// leaking state in plugins between worker builds.
// TODO: Review if we can parallelize the bundling of workers.
const workerConfigSemaphore = new WeakMap<
ResolvedConfig,
Promise<OutputChunk>
Expand Down

0 comments on commit f5247a2

Please sign in to comment.