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 503d266 commit d2db823Copy full SHA for d2db823
next.config.ts
@@ -11,7 +11,7 @@ const baseConfig: NextConfig = {
11
},
12
poweredByHeader: false,
13
reactStrictMode: true,
14
- reactCompiler: true,
+ reactCompiler: process.env.NODE_ENV === 'production', // Keep the development environment fast
15
outputFileTracingIncludes: {
16
'/': ['./migrations/**/*'],
17
0 commit comments