add react compiler

This commit is contained in:
Fred KISSIE
2025-11-20 04:19:58 +01:00
parent dc237b8052
commit 487985558d
3 changed files with 22 additions and 36 deletions

View File

@@ -7,6 +7,9 @@ const nextConfig: NextConfig = {
eslint: {
ignoreDuringBuilds: true
},
experimental: {
reactCompiler: true
},
output: "standalone"
};