Skip to content

Commit

Permalink
Add missing bundle types for ReactCacheOld (#28860)
Browse files Browse the repository at this point in the history
Add missing bundle types for ReactCacheOld

These are used at FB and we need to update them for the SecretInternals
update.
  • Loading branch information
kassens authored Apr 18, 2024
1 parent 92f5c3a commit 4c34a7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/rollup/bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -879,9 +879,7 @@ const bundles = [

/******* React Cache (experimental, old) *******/
{
// This is only used by our own tests.
// We can delete it later.
bundleTypes: [NODE_DEV, NODE_PROD],
bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV, FB_WWW_PROD],
moduleType: ISOMORPHIC,
entry: 'react-cache',
global: 'ReactCacheOld',
Expand Down

0 comments on commit 4c34a7f

Please sign in to comment.