Enable outputFileTracing by default (#30202)

This commit is contained in:
JJ Kasper 2021-10-23 12:37:06 -05:00 committed by GitHub
parent 45c7beff3a
commit 5d8f155e09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@ export const defaultConfig: NextConfig = {
esmExternals: true,
// default to 50MB limit
isrMemoryCacheSize: 50 * 1024 * 1024,
outputFileTracing: false,
outputFileTracing: true,
concurrentFeatures: false,
serverComponents: false,
fullySpecified: false,