next.js/test/e2e/react-compiler/next.config.js
next.config.js10 lines154 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  reactCompiler: true,
  reactProductionProfiling: true,
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN