Updated to nextjs v16
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
import type { NextConfig } from "next"
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
reactCompiler: {
|
||||
compilationMode: "all"
|
||||
},
|
||||
cacheComponents: true,
|
||||
output: process.env.DOCKER === "1" ? "standalone" : undefined,
|
||||
typedRoutes: true,
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true
|
||||
},
|
||||
experimental: {
|
||||
useCache: true,
|
||||
reactCompiler: {
|
||||
compilationMode: "all"
|
||||
},
|
||||
browserDebugInfoInTerminal: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user