From f3a6fb627c2a663edde17b0d62e64fc491586366 Mon Sep 17 00:00:00 2001 From: Karli Date: Fri, 5 Sep 2025 13:39:04 +0300 Subject: [PATCH] react compiler uses too much memory --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 14c5b87..e6be14a 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -50,7 +50,7 @@ const config = { }, experimental: { mdxRs: true, - reactCompiler: ENABLE_REACT_COMPILER, + reactCompiler: false, optimizePackageImports: [ 'recharts', 'lucide-react',