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 8342a14 commit bbb0007Copy full SHA for bbb0007
apps/site/next.config.mjs
@@ -73,6 +73,8 @@ const nextConfig = {
73
experimental: {
74
// Ensure that server-side code is also minified
75
serverMinification: true,
76
+ // Use Workers and Threads for webpack compilation
77
+ webpackBuildWorker: true,
78
// Execute parallel tracing of server builds
79
parallelServerBuildTraces: true,
80
// Execute parallel server compilation
0 commit comments