🔨 chore: Enable webpackBuildWorker to optimize build memory (#9350)

Enable webpackBuildWorker in next.config.ts
This commit is contained in:
sxjeru
2025-10-20 10:40:53 +08:00
committed by GitHub
parent b43d4b27ad
commit 12f54759df
+1
View File
@@ -47,6 +47,7 @@ const nextConfig: NextConfig = {
// refs: https://github.com/lobehub/lobe-chat/pull/7430
serverMinification: false,
webVitalsAttribution: ['CLS', 'LCP'],
webpackBuildWorker: true,
webpackMemoryOptimizations: true,
},
async headers() {