Skip to content

Commit 4c34a7f

Browse files
authored
Add missing bundle types for ReactCacheOld (#28860)
Add missing bundle types for ReactCacheOld These are used at FB and we need to update them for the SecretInternals update.
1 parent 92f5c3a commit 4c34a7f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/rollup/bundles.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -879,9 +879,7 @@ const bundles = [
879879

880880
/******* React Cache (experimental, old) *******/
881881
{
882-
// This is only used by our own tests.
883-
// We can delete it later.
884-
bundleTypes: [NODE_DEV, NODE_PROD],
882+
bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV, FB_WWW_PROD],
885883
moduleType: ISOMORPHIC,
886884
entry: 'react-cache',
887885
global: 'ReactCacheOld',

0 commit comments

Comments
 (0)