@@ -50,6 +50,7 @@ module.exports = [
5050 'react-devtools-shell' ,
5151 'react-devtools-shared' ,
5252 'shared/ReactDOMSharedInternals' ,
53+ 'react-server/src/ReactFlightServerConfigDebugNoop.js' ,
5354 ] ,
5455 isFlowTyped : true ,
5556 isServerSupported : true ,
@@ -247,6 +248,7 @@ module.exports = [
247248 'react-dom-bindings/src/server/ReactFlightServerConfigDOM.js' ,
248249 'react-dom-bindings/src/shared/ReactFlightClientConfigDOM.js' ,
249250 'shared/ReactDOMSharedInternals' ,
251+ 'react-server/src/ReactFlightServerConfigDebugNoop.js' ,
250252 ] ,
251253 isFlowTyped : true ,
252254 isServerSupported : true ,
@@ -274,6 +276,7 @@ module.exports = [
274276 'react-devtools-shell' ,
275277 'react-devtools-shared' ,
276278 'shared/ReactDOMSharedInternals' ,
279+ 'react-server/src/ReactFlightServerConfigDebugNoop.js' ,
277280 ] ,
278281 isFlowTyped : true ,
279282 isServerSupported : true ,
@@ -309,6 +312,7 @@ module.exports = [
309312 'react-devtools-shell' ,
310313 'react-devtools-shared' ,
311314 'shared/ReactDOMSharedInternals' ,
315+ 'react-server/src/ReactFlightServerConfigDebugNoop.js' ,
312316 ] ,
313317 isFlowTyped : true ,
314318 isServerSupported : true ,
@@ -343,6 +347,7 @@ module.exports = [
343347 'react-devtools-shell' ,
344348 'react-devtools-shared' ,
345349 'shared/ReactDOMSharedInternals' ,
350+ 'react-server/src/ReactFlightServerConfigDebugNoop.js' ,
346351 ] ,
347352 isFlowTyped : true ,
348353 isServerSupported : true ,
@@ -384,7 +389,7 @@ module.exports = [
384389 'react-devtools-shell' ,
385390 'react-devtools-shared' ,
386391 'shared/ReactDOMSharedInternals' ,
387- 'react-server/src/ReactFlightServerConfigDebugNode .js' ,
392+ 'react-server/src/ReactFlightServerConfigDebugNoop .js' ,
388393 ] ,
389394 isFlowTyped : true ,
390395 isServerSupported : true ,
@@ -424,7 +429,7 @@ module.exports = [
424429 'react-devtools-shell' ,
425430 'react-devtools-shared' ,
426431 'shared/ReactDOMSharedInternals' ,
427- 'react-server/src/ReactFlightServerConfigDebugNode .js' ,
432+ 'react-server/src/ReactFlightServerConfigDebugNoop .js' ,
428433 ] ,
429434 isFlowTyped : true ,
430435 isServerSupported : true ,
@@ -463,7 +468,7 @@ module.exports = [
463468 'react-devtools-shell' ,
464469 'react-devtools-shared' ,
465470 'shared/ReactDOMSharedInternals' ,
466- 'react-server/src/ReactFlightServerConfigDebugNode .js' ,
471+ 'react-server/src/ReactFlightServerConfigDebugNoop .js' ,
467472 ] ,
468473 isFlowTyped : true ,
469474 isServerSupported : true ,
@@ -539,6 +544,7 @@ module.exports = [
539544 'react-dom-bindings' ,
540545 'react-markup' ,
541546 'shared/ReactDOMSharedInternals' ,
547+ 'react-server/src/ReactFlightServerConfigDebugNoop.js' ,
542548 ] ,
543549 isFlowTyped : true ,
544550 isServerSupported : true ,
@@ -558,6 +564,7 @@ module.exports = [
558564 'react-dom-bindings' ,
559565 'react-server-dom-fb' ,
560566 'shared/ReactDOMSharedInternals' ,
567+ 'react-server/src/ReactFlightServerConfigDebugNoop.js' ,
561568 ] ,
562569 isFlowTyped : true ,
563570 isServerSupported : true ,
@@ -566,28 +573,40 @@ module.exports = [
566573 {
567574 shortName : 'native' ,
568575 entryPoints : [ 'react-native-renderer' ] ,
569- paths : [ 'react-native-renderer' ] ,
576+ paths : [
577+ 'react-native-renderer' ,
578+ 'react-server/src/ReactFlightServerConfigDebugNoop.js' ,
579+ ] ,
570580 isFlowTyped : true ,
571581 isServerSupported : false ,
572582 } ,
573583 {
574584 shortName : 'fabric' ,
575585 entryPoints : [ 'react-native-renderer/fabric' ] ,
576- paths : [ 'react-native-renderer' ] ,
586+ paths : [
587+ 'react-native-renderer' ,
588+ 'react-server/src/ReactFlightServerConfigDebugNoop.js' ,
589+ ] ,
577590 isFlowTyped : true ,
578591 isServerSupported : false ,
579592 } ,
580593 {
581594 shortName : 'test' ,
582595 entryPoints : [ 'react-test-renderer' ] ,
583- paths : [ 'react-test-renderer' ] ,
596+ paths : [
597+ 'react-test-renderer' ,
598+ 'react-server/src/ReactFlightServerConfigDebugNoop.js' ,
599+ ] ,
584600 isFlowTyped : true ,
585601 isServerSupported : false ,
586602 } ,
587603 {
588604 shortName : 'art' ,
589605 entryPoints : [ 'react-art' ] ,
590- paths : [ 'react-art' ] ,
606+ paths : [
607+ 'react-art' ,
608+ 'react-server/src/ReactFlightServerConfigDebugNoop.js' ,
609+ ] ,
591610 isFlowTyped : false , // TODO: type it.
592611 isServerSupported : false ,
593612 } ,
@@ -599,7 +618,11 @@ module.exports = [
599618 'react-server' ,
600619 'react-server/flight' ,
601620 ] ,
602- paths : [ 'react-client/flight' , 'react-server/flight' ] ,
621+ paths : [
622+ 'react-client/flight' ,
623+ 'react-server/flight' ,
624+ 'react-server/src/ReactFlightServerConfigDebugNoop.js' ,
625+ ] ,
603626 isFlowTyped : true ,
604627 isServerSupported : true ,
605628 } ,
0 commit comments