Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Jul 29, 2024
2 parents 418b368 + a7513ef commit 8d93296
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/rollup/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8d93296

Please sign in to comment.