next.js/test/development/slow-module-detection/next.config.js
next.config.js8 lines110 B
module.exports = {
  experimental: {
    slowModuleDetection: {
      buildTimeThresholdMs: 50,
    },
  },
}
Quest for Codev2.0.0
/
SIGN IN