mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 12:20:38 +01:00
Remove www builds of fetch (#19038)
I don't think we'll ever use this just because we have such a unique set up for network delivery so we'll use something custom for this case. Also, we don't need a profiling build for this since it doesn't have an entry point.
This commit is contained in:
parent
76f157e3dd
commit
2e7cc949ae
|
|
@ -126,14 +126,7 @@ const bundles = [
|
|||
|
||||
/******* React Fetch Browser (experimental, new) *******/
|
||||
{
|
||||
bundleTypes: [
|
||||
NODE_DEV,
|
||||
NODE_PROD,
|
||||
NODE_PROFILING,
|
||||
FB_WWW_DEV,
|
||||
FB_WWW_PROD,
|
||||
FB_WWW_PROFILING,
|
||||
],
|
||||
bundleTypes: [NODE_DEV, NODE_PROD],
|
||||
moduleType: ISOMORPHIC,
|
||||
entry: 'react-fetch/index.browser',
|
||||
global: 'ReactFetch',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user