@@ -106,7 +106,7 @@ const bundles = [
106
106
107
107
/******* Isomorphic Shared Subset for FB *******/
108
108
{
109
- bundleTypes : [ FB_WWW_DEV , FB_WWW_PROD ] ,
109
+ bundleTypes : __EXPERIMENTAL__ ? [ FB_WWW_DEV , FB_WWW_PROD ] : [ ] ,
110
110
moduleType : ISOMORPHIC ,
111
111
entry : 'react/src/ReactSharedSubsetFB.js' ,
112
112
global : 'ReactSharedSubset' ,
@@ -587,7 +587,7 @@ const bundles = [
587
587
588
588
/******* React Server DOM FB Server *******/
589
589
{
590
- bundleTypes : [ FB_WWW_DEV , FB_WWW_PROD ] ,
590
+ bundleTypes : __EXPERIMENTAL__ ? [ FB_WWW_DEV , FB_WWW_PROD ] : [ ] ,
591
591
moduleType : RENDERER ,
592
592
entry : 'react-server-dom-fb/src/ReactFlightDOMServerFB.js' ,
593
593
global : 'ReactFlightDOMServer' ,
@@ -598,7 +598,7 @@ const bundles = [
598
598
599
599
/******* React Server DOM FB Client *******/
600
600
{
601
- bundleTypes : [ FB_WWW_DEV , FB_WWW_PROD ] ,
601
+ bundleTypes : __EXPERIMENTAL__ ? [ FB_WWW_DEV , FB_WWW_PROD ] : [ ] ,
602
602
moduleType : RENDERER ,
603
603
entry : 'react-server-dom-fb/src/ReactFlightDOMClientFB.js' ,
604
604
global : 'ReactFlightDOMClient' ,
0 commit comments