From 7a51ab51d7b964809ddc862b590db5bd6f21f974 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Mon, 29 Jul 2024 18:45:53 -0400 Subject: [PATCH] Update (base update) [ghstack-poisoned] --- scripts/rollup/build.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/rollup/build.js b/scripts/rollup/build.js index 5a709b5979ae1..4d35bb2afe4cd 100644 --- a/scripts/rollup/build.js +++ b/scripts/rollup/build.js @@ -636,8 +636,7 @@ async function createBundle(bundle, bundleType) { let resolvedEntry = resolveEntryFork( require.resolve(bundle.entry), isFBWWWBundle || isFBRNBundle, - !isProductionBundleType(bundleType), - __EXPERIMENTAL__ + !isProductionBundleType(bundleType) ); const peerGlobals = Modules.getPeerGlobals(bundle.externals, bundleType);