Skip to content

Commit c3619e8

Browse files
committed
disable worker threads for config loading
1 parent 6db82c9 commit c3619e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/next-server/server/config-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export async function loadWebpackHook(phase: string, dir: string) {
3030
const worker: any = new Worker(
3131
path.resolve(__dirname, './config-utils-worker.js'),
3232
{
33-
enableWorkerThreads: true,
33+
enableWorkerThreads: false,
3434
numWorkers: 1,
3535
}
3636
)

0 commit comments

Comments
 (0)