Skip to content

Commit e992aaa

Browse files
committed
[DOM] Infer react-server entries bundles if not explicitly configured (#28795)
When packaging we want to infer that a bundle exists for a `react-server` file even if it isn't explicitly configured. This is useful in particular for the react-server entrypoints that error on import that were recently added to `react-dom` This change also cleans up a wayward comment left behind in a prior PR DiffTrain build for [7f93cb4](7f93cb4)
1 parent 1c05d71 commit e992aaa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f6131653570bbbf62d642ba9343b9cd0ab1ae97c
1+
7f93cb41c8e1352eec158e508bc612025425266d

compiled/facebook-www/ReactDOMTesting-dev.classic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36769,7 +36769,7 @@ if (__DEV__) {
3676936769
return root;
3677036770
}
3677136771

36772-
var ReactVersion = "19.0.0-www-classic-45e82962";
36772+
var ReactVersion = "19.0.0-www-classic-47ca9f1a";
3677336773

3677436774
function createPortal$1(
3677536775
children,
@@ -50441,7 +50441,7 @@ if (__DEV__) {
5044150441
NoEventPriority,
5044250442
findDOMNode: null,
5044350443
usingClientEntryPoint: false
50444-
}; // if (true) {
50444+
};
5044550445

5044650446
{
5044750447
if (

compiled/facebook-www/ReactDOMTesting-dev.modern.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46397,7 +46397,7 @@ if (__DEV__) {
4639746397
return root;
4639846398
}
4639946399

46400-
var ReactVersion = "19.0.0-www-modern-0db632cf";
46400+
var ReactVersion = "19.0.0-www-modern-cb18514c";
4640146401

4640246402
function createPortal$1(
4640346403
children,
@@ -48926,7 +48926,7 @@ if (__DEV__) {
4892648926
NoEventPriority,
4892748927
findDOMNode: null,
4892848928
usingClientEntryPoint: false
48929-
}; // if (true) {
48929+
};
4893048930

4893148931
{
4893248932
if (

0 commit comments

Comments
 (0)