diff --git a/scripts/rollup/bundles.js b/scripts/rollup/bundles.js index fd262e49f401d..bcec44c02ceee 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -633,21 +633,6 @@ const bundles = [ externals: ['react'], }, - { - bundleTypes: [ - UMD_DEV, - UMD_PROD, - NODE_DEV, - NODE_PROD, - FB_WWW_DEV, - FB_WWW_PROD, - ], - moduleType: NON_FIBER_RENDERER, - entry: 'react-interactions/events/input', - global: 'ReactEventsInput', - externals: ['react'], - }, - { bundleTypes: [ UMD_DEV, @@ -663,25 +648,6 @@ const bundles = [ externals: ['react'], }, - { - bundleTypes: [ - UMD_DEV, - UMD_PROD, - NODE_DEV, - NODE_PROD, - FB_WWW_DEV, - FB_WWW_PROD, - ], - moduleType: NON_FIBER_RENDERER, - entry: 'react-interactions/events/press', - global: 'ReactEventsPress', - externals: [ - 'react', - 'react-interactions/events/tap', - 'react-interactions/events/keyboard', - ], - }, - { bundleTypes: [ UMD_DEV, @@ -696,21 +662,6 @@ const bundles = [ global: 'ReactEventsPressLegacy', externals: ['react'], }, - - { - bundleTypes: [ - UMD_DEV, - UMD_PROD, - NODE_DEV, - NODE_PROD, - FB_WWW_DEV, - FB_WWW_PROD, - ], - moduleType: NON_FIBER_RENDERER, - entry: 'react-interactions/events/tap', - global: 'ReactEventsTap', - externals: ['react'], - }, ]; const fbBundleExternalsMap = {