diff --git a/next.config.ts b/next.config.ts index 82b5d8fe4a..b1f2ff7bf0 100644 --- a/next.config.ts +++ b/next.config.ts @@ -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() {