Skip to content

Commit 2512c30

Browse files
authored
Remove Flare bundles from build (facebook#18077)
1 parent a8643e9 commit 2512c30

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

scripts/rollup/bundles.js

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -633,21 +633,6 @@ const bundles = [
633633
externals: ['react'],
634634
},
635635

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-
651636
{
652637
bundleTypes: [
653638
UMD_DEV,
@@ -663,25 +648,6 @@ const bundles = [
663648
externals: ['react'],
664649
},
665650

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-
685651
{
686652
bundleTypes: [
687653
UMD_DEV,
@@ -696,21 +662,6 @@ const bundles = [
696662
global: 'ReactEventsPressLegacy',
697663
externals: ['react'],
698664
},
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-
},
714665
];
715666

716667
const fbBundleExternalsMap = {

0 commit comments

Comments
 (0)