♫
📌 canary ▾
next.js
/
test
/
development
/
slow-module-detection
/
next.config.js
next.config.js
8 lines
110 B
module
.
exports
=
{
experimental: {
slowModuleDetection: {
buildTimeThresholdMs:
50
,
},
},
}
v2.0.0
/
Go
SIGN IN