Skip to content

Commit

Permalink
Remove Flare bundles from build (#18077)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Feb 19, 2020
1 parent a8643e9 commit 2512c30
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions scripts/rollup/bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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 = {
Expand Down

0 comments on commit 2512c30

Please sign in to comment.