File tree Expand file tree Collapse file tree 1 file changed +0
-49
lines changed Expand file tree Collapse file tree 1 file changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -633,21 +633,6 @@ const bundles = [
633
633
externals : [ 'react' ] ,
634
634
} ,
635
635
636
- {
637
- bundleTypes : [
638
- UMD_DEV ,
639
- UMD_PROD ,
640
- NODE_DEV ,
641
- NODE_PROD ,
642
- FB_WWW_DEV ,
643
- FB_WWW_PROD ,
644
- ] ,
645
- moduleType : NON_FIBER_RENDERER ,
646
- entry : 'react-interactions/events/input' ,
647
- global : 'ReactEventsInput' ,
648
- externals : [ 'react' ] ,
649
- } ,
650
-
651
636
{
652
637
bundleTypes : [
653
638
UMD_DEV ,
@@ -663,25 +648,6 @@ const bundles = [
663
648
externals : [ 'react' ] ,
664
649
} ,
665
650
666
- {
667
- bundleTypes : [
668
- UMD_DEV ,
669
- UMD_PROD ,
670
- NODE_DEV ,
671
- NODE_PROD ,
672
- FB_WWW_DEV ,
673
- FB_WWW_PROD ,
674
- ] ,
675
- moduleType : NON_FIBER_RENDERER ,
676
- entry : 'react-interactions/events/press' ,
677
- global : 'ReactEventsPress' ,
678
- externals : [
679
- 'react' ,
680
- 'react-interactions/events/tap' ,
681
- 'react-interactions/events/keyboard' ,
682
- ] ,
683
- } ,
684
-
685
651
{
686
652
bundleTypes : [
687
653
UMD_DEV ,
@@ -696,21 +662,6 @@ const bundles = [
696
662
global : 'ReactEventsPressLegacy' ,
697
663
externals : [ 'react' ] ,
698
664
} ,
699
-
700
- {
701
- bundleTypes : [
702
- UMD_DEV ,
703
- UMD_PROD ,
704
- NODE_DEV ,
705
- NODE_PROD ,
706
- FB_WWW_DEV ,
707
- FB_WWW_PROD ,
708
- ] ,
709
- moduleType : NON_FIBER_RENDERER ,
710
- entry : 'react-interactions/events/tap' ,
711
- global : 'ReactEventsTap' ,
712
- externals : [ 'react' ] ,
713
- } ,
714
665
] ;
715
666
716
667
const fbBundleExternalsMap = {
You can’t perform that action at this time.
0 commit comments