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);