Skip to content

Commit 869dbda

Browse files
authored
Don't build shallow renderer for FB (#18153)
1 parent 293878e commit 869dbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup/bundles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ const bundles = [
295295
}),
296296
},
297297
{
298-
bundleTypes: [FB_WWW_DEV, NODE_DEV, NODE_PROD, UMD_DEV, UMD_PROD],
298+
bundleTypes: [NODE_DEV, NODE_PROD, UMD_DEV, UMD_PROD],
299299
moduleType: NON_FIBER_RENDERER,
300300
entry: 'react-test-renderer/shallow',
301301
global: 'ReactShallowRenderer',

0 commit comments

Comments
 (0)