Skip to content

Commit

Permalink
Fix mistaken "react-server" condition (#28835)
Browse files Browse the repository at this point in the history
This is a Fizz server.
  • Loading branch information
sebmarkbage committed Apr 12, 2024
1 parent ba1a979 commit ed40236
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/rollup/bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ed40236

Please sign in to comment.