We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db82c9 commit c3619e8Copy full SHA for c3619e8
packages/next/next-server/server/config-utils.ts
@@ -30,7 +30,7 @@ export async function loadWebpackHook(phase: string, dir: string) {
30
const worker: any = new Worker(
31
path.resolve(__dirname, './config-utils-worker.js'),
32
{
33
- enableWorkerThreads: true,
+ enableWorkerThreads: false,
34
numWorkers: 1,
35
}
36
)
0 commit comments