Added react compiler
This commit is contained in:
@@ -2,7 +2,10 @@ import type { NextConfig } from "next"
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
experimental: {
|
||||
useCache: true
|
||||
useCache: true,
|
||||
reactCompiler: {
|
||||
compilationMode: "all"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user