/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/react-compiler/next.config.js
9 строк
154 B
Sebastian "Sebbie" Silbermann
Mark React Compiler integration as stable (#84220)
30 сен 2025, 02:12
Не верифицирован
30 сен 2025, 02:12
4642591
Код
Авторство
О чём код?
/** * @type {import('next').NextConfig} */ const nextConfig = { reactCompiler: true, reactProductionProfiling: true, } module.exports = nextConfig