rsnext/test/integration/react-profiling-mode/next.config.js
Jiachi Liu 3fb41561c4
Support react profiling option for app dir client components (#51947)
`reactProductionProfiling` was a next config working for pages before mainly for profiling react, this PR also enables it for pages.

### Chanegs

* Add react profiling entry and related alias
* Fix `reactProductionProfiling` is missing in next config type and schema

Closes #51131
2023-06-29 00:00:11 +00:00

3 lines
55 B
JavaScript

module.exports = {
reactProductionProfiling: true,
}