Remove Flare bundles from build (#18077)

This commit is contained in:
Dominic Gannaway
2020-02-19 17:25:41 +00:00
committed by GitHub
parent a8643e905e
commit 2512c309e3

View File

@@ -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 = {