mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-04 10:14:00 +08:00
chore: disable turbopackFileSystemCacheForDev (#31696)
This commit is contained in:
@@ -67,6 +67,9 @@ const nextConfig: NextConfig = {
|
|||||||
compiler: {
|
compiler: {
|
||||||
removeConsole: isDev ? false : { exclude: ['warn', 'error'] },
|
removeConsole: isDev ? false : { exclude: ['warn', 'error'] },
|
||||||
},
|
},
|
||||||
|
experimental: {
|
||||||
|
turbopackFileSystemCacheForDev: false,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
export default withBundleAnalyzer(withMDX(nextConfig))
|
export default withBundleAnalyzer(withMDX(nextConfig))
|
||||||
|
|||||||
Reference in New Issue
Block a user