Skip to content

Commit ed40236

Browse files
authored
Fix mistaken "react-server" condition (#28835)
This is a Fizz server.
1 parent ba1a979 commit ed40236

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: scripts/rollup/bundles.js

-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ const bundles = [
293293
bundleTypes: __EXPERIMENTAL__ ? [FB_WWW_DEV, FB_WWW_PROD] : [],
294294
moduleType: RENDERER,
295295
entry: 'react-server-dom-fb/src/ReactDOMServerFB.js',
296-
condition: 'react-server',
297296
global: 'ReactDOMServerStreaming',
298297
minifyWithProdErrorCodes: false,
299298
wrapWithModuleBoundaries: false,

0 commit comments

Comments
 (0)