Build `react-dom` in `builds/facebook-fbsource`
Summary
Builds react-dom for React Native so that it also populates the builds/facebook-fbsource branch.
NOTE: For Meta employees, D61354219 is the internal integration.
How did you test this change?
$ yarn build
…
$ ls build/facebook-react-native/react-dom/cjs
ReactDOM-dev.js ReactDOM-prod.js ReactDOM-profiling.js
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| react-compiler-playground | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 18, 2024 8:27pm |
Comparing: 09d82835993b16cd5dc8350c03627f9573354a25...d5f26fb12e204c98f259062e629ca24bd139f897
Critical size changes
Includes critical production bundles, as well as any change greater than 2%:
Significant size changes
Includes any change greater than 0.2%:
Expand to show
Generated by :no_entry_sign: dangerJS against 2531d132fdf45e4ae2e57f7eba28cb76952bd659
Hmm… actually, ReactDOMFB.js is pretty specific to www (e.g. ReactFiberErrorDialogWWW).
I'm going to switch this to build the non-FB react-dom for facebook-react-native.
Let me rebase this.