Skip to content

Commit a39b9cd

Browse files
committed
Configure the Relay bundle to only use FB builds
This is not published to npm. It's meant for use in FB only.
1 parent 608f9ed commit a39b9cd

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
@@ -426,7 +426,7 @@ const bundles = [
426426

427427
/******* React Server DOM Relay Hooks *******/
428428
{
429-
bundleTypes: [NODE_DEV, NODE_PROD],
429+
bundleTypes: [FB_WWW_DEV, FB_WWW_PROD],
430430
moduleType: RENDERER,
431431
entry: 'react-server-dom-relay/flight-hooks',
432432
global: 'ReactFlightDOMRelayClientHooks',

0 commit comments

Comments
 (0)