dillon1000/react
Commit
Browse files Use the server src files as entry points for the builds/tests (#21683)
* Use the server src files as entry points for the builds/tests We need one top level entry point to target two builds so we can't have the top level one be the entry point for the builds. * Same thing but with the modern entry point
Changed paths9 files
First-parent comparisonfixtures/fizz-ssr-browser/index.html ModifiedM fixtures/ssr/src/index.js ModifiedM packages/react-dom/npm/server.browser.js ModifiedM packages/react-dom/npm/server.node.js ModifiedM packages/react-dom/npm/unstable-fizz.browser.js ModifiedM packages/react-dom/npm/unstable-fizz.node.js ModifiedR packages/react-dom/server.browser.classic.fb.js →packages/react-dom/src/server/ReactDOMLegacyServerBrowser.classic.fb.js RenamedM scripts/rollup/bundles.js ModifiedM scripts/shared/inlinedHostConfigs.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…