ReactCompilerConfig API Documentation #13
Replies: 2 comments
-
Found the source here: https://github.com/facebook/react/blob/main/compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Options.ts#L188 Now, wondering about guidance on how to set |
Beta Was this translation helpful? Give feedback.
-
Yeah we should definitely document some of these but there are a lot of options that aren't meant to be used directly. As for |
Beta Was this translation helpful? Give feedback.
-
The official doc site (https://react.dev/learn/react-compiler) appears to be missing the available configuration properties for
ReactCompilerConfig
. Is there a doc page somewhere, without needing to dig into the source code?BTW stoked to see that it supports
sources
config now! (instead of using Babel's overrides/test)Thanks!
Beta Was this translation helpful? Give feedback.
All reactions