Skip to content

Commit 672dd7f

Browse files
committed
Mark as renderer for stable
This shouldn't affect the FB one ideally but it's done with the same build so let's hope this works.
1 parent b24fbf8 commit 672dd7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/rollup/bundles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const bundles = [
241241
bundleTypes: __EXPERIMENTAL__
242242
? [UMD_DEV, UMD_PROD, NODE_DEV, NODE_PROD]
243243
: [UMD_DEV, UMD_PROD, NODE_DEV, NODE_PROD, FB_WWW_DEV, FB_WWW_PROD],
244-
moduleType: __EXPERIMENTAL__ ? RENDERER : NON_FIBER_RENDERER,
244+
moduleType: RENDERER,
245245
entry: 'react-dom/server.browser',
246246
global: 'ReactDOMServer',
247247
externals: ['react'],
@@ -254,7 +254,7 @@ const bundles = [
254254
},
255255
{
256256
bundleTypes: [NODE_DEV, NODE_PROD],
257-
moduleType: __EXPERIMENTAL__ ? RENDERER : NON_FIBER_RENDERER,
257+
moduleType: RENDERER,
258258
entry: 'react-dom/server.node',
259259
externals: ['react', 'stream'],
260260
babel: opts =>

0 commit comments

Comments
 (0)