From ed4023603632787db6416bee8e85e68d98ad29bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Markb=C3=A5ge?= Date: Fri, 12 Apr 2024 15:53:41 -0400 Subject: [PATCH] Fix mistaken "react-server" condition (#28835) This is a Fizz server. --- scripts/rollup/bundles.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/rollup/bundles.js b/scripts/rollup/bundles.js index 20af2f1fa1205..7ea59f7cd8228 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -293,7 +293,6 @@ const bundles = [ bundleTypes: __EXPERIMENTAL__ ? [FB_WWW_DEV, FB_WWW_PROD] : [], moduleType: RENDERER, entry: 'react-server-dom-fb/src/ReactDOMServerFB.js', - condition: 'react-server', global: 'ReactDOMServerStreaming', minifyWithProdErrorCodes: false, wrapWithModuleBoundaries: false,