Skip to content

Commit 2bc71dc

Browse files
authored
chore(build): use workers for less intensive memory usage (#5213)
1 parent 022623f commit 2bc71dc

File tree

2 files changed

+135
-123
lines changed

2 files changed

+135
-123
lines changed

next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ export default withNextra({
2323
images: { unoptimized: true },
2424
outputFileTracing: false,
2525
basePath: process.env.NEXT_BASE_PATH || '',
26+
experimental: { webpackBuildWorker: true },
2627
});

0 commit comments

Comments
 (0)