Files
vercel__next.js/test/e2e/react-compiler/next.config.js
2025-09-29 23:12:10 +00:00

10 lines
154 B
JavaScript

/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
reactCompiler: true,
reactProductionProfiling: true,
}
module.exports = nextConfig