Skip to content

Commit

Permalink
Build Flight runtime for WWW (revert part of earlier change)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 1, 2020
1 parent 17dcc29 commit eab9440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup/bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const bundles = [
],
},
{
bundleTypes: [], // TODO: FB_WWW_DEV, FB_WWW_PROD
bundleTypes: [FB_WWW_DEV, FB_WWW_PROD],
moduleType: RENDERER,
entry: 'react-flight-dom-relay/server-runtime',
global: 'ReactFlightDOMRelayServerRuntime',
Expand Down

0 comments on commit eab9440

Please sign in to comment.