Skip to content

Commit

Permalink
Mark as renderer for stable
Browse files Browse the repository at this point in the history
This shouldn't affect the FB one ideally but it's done with the same build
so let's hope this works.
  • Loading branch information
sebmarkbage committed Jun 14, 2021
1 parent b24fbf8 commit 672dd7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/rollup/bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const bundles = [
bundleTypes: __EXPERIMENTAL__
? [UMD_DEV, UMD_PROD, NODE_DEV, NODE_PROD]
: [UMD_DEV, UMD_PROD, NODE_DEV, NODE_PROD, FB_WWW_DEV, FB_WWW_PROD],
moduleType: __EXPERIMENTAL__ ? RENDERER : NON_FIBER_RENDERER,
moduleType: RENDERER,
entry: 'react-dom/server.browser',
global: 'ReactDOMServer',
externals: ['react'],
Expand All @@ -254,7 +254,7 @@ const bundles = [
},
{
bundleTypes: [NODE_DEV, NODE_PROD],
moduleType: __EXPERIMENTAL__ ? RENDERER : NON_FIBER_RENDERER,
moduleType: RENDERER,
entry: 'react-dom/server.node',
externals: ['react', 'stream'],
babel: opts =>
Expand Down

0 comments on commit 672dd7f

Please sign in to comment.