Skip to content

Commit 79aff1b

Browse files
authored
Add ReactNativeInternalFeatureFlags to externals
1 parent 29e5d91 commit 79aff1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup/bundles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ const bundles = [
742742
global: 'ReactIs',
743743
minifyWithProdErrorCodes: true,
744744
wrapWithModuleBoundaries: false,
745-
externals: [],
745+
externals: ['ReactNativeInternalFeatureFlags'],
746746
},
747747

748748
/******* React Debug Tools *******/

0 commit comments

Comments
 (0)