Fix mistaken "react-server" condition (#28835)
This is a Fizz server.
Sebastian Markbåge committed
Apr 12, 2024 at 15:53 UTC
ed4023603632787db6416bee8e85e68d98ad29bd
1 file changed
-1
scripts/rollup/bundles.js
-1
@@ -293,7 +293,6 @@ const bundles = [
293
bundleTypes: __EXPERIMENTAL__ ? [FB_WWW_DEV, FB_WWW_PROD] : [],
294
moduleType: RENDERER,
295
entry: 'react-server-dom-fb/src/ReactDOMServerFB.js',
296
- condition: 'react-server',
296
global: 'ReactDOMServerStreaming',
297
minifyWithProdErrorCodes: false,
298
wrapWithModuleBoundaries: false,