From 7e2a6d7d177027ff79a754a538f56146a9782bf5 Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Wed, 17 Apr 2024 22:31:59 -0400 Subject: [PATCH] Add missing bundle types for ReactCacheOld These are used at FB and we need to update them for the SecretInternals update. --- scripts/rollup/bundles.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/rollup/bundles.js b/scripts/rollup/bundles.js index 6e7ed4092de44..ccb2faee06ccb 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -914,9 +914,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',