next.js/test/integration/telemetry/next.config.reactCompiler-options
next.config.reactCompiler-options7 lines117 B
module.exports = {
  reactCompiler: {
    compilationMode: 'annotation',
    panicThreshold: 'critical_errors'
  }
}
Quest for Codev2.0.0
/
SIGN IN