File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -350,8 +350,8 @@ const bundles = [
350
350
/******* React Native *******/
351
351
{
352
352
bundleTypes : __EXPERIMENTAL__
353
- ? [ RN_FB_DEV , RN_FB_PROD , RN_FB_PROFILING ]
354
- : [ ] ,
353
+ ? [ ]
354
+ : [ RN_FB_DEV , RN_FB_PROD , RN_FB_PROFILING ] ,
355
355
moduleType : RENDERER ,
356
356
entry : 'react-native-renderer' ,
357
357
global : 'ReactNativeRenderer' ,
@@ -380,8 +380,8 @@ const bundles = [
380
380
/******* React Native Fabric *******/
381
381
{
382
382
bundleTypes : __EXPERIMENTAL__
383
- ? [ RN_FB_DEV , RN_FB_PROD , RN_FB_PROFILING ]
384
- : [ ] ,
383
+ ? [ ]
384
+ : [ RN_FB_DEV , RN_FB_PROD , RN_FB_PROFILING ] ,
385
385
moduleType : RENDERER ,
386
386
entry : 'react-native-renderer/fabric' ,
387
387
global : 'ReactFabric' ,
@@ -416,6 +416,8 @@ const bundles = [
416
416
UMD_DEV ,
417
417
UMD_PROD ,
418
418
RN_FB_DEV ,
419
+ RN_FB_PROD ,
420
+ RN_FB_PROFILING ,
419
421
] ,
420
422
moduleType : RENDERER ,
421
423
entry : 'react-test-renderer' ,
You can’t perform that action at this time.
0 commit comments