mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Remove Flare bundles from build (#18077)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user