ReactCompilerConfig API Documentation #13
Unanswered
joemun
asked this question in
General Questions
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 |
0 replies
|
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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
sourcesconfig now! (instead of using Babel's overrides/test)Thanks!
All reactions