Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e7cc94

Browse files
authored
Remove www builds of fetch (facebook#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.
1 parent 76f157e commit 2e7cc94

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

scripts/rollup/bundles.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,7 @@ const bundles = [
126126

127127
/******* React Fetch Browser (experimental, new) *******/
128128
{
129-
bundleTypes: [
130-
NODE_DEV,
131-
NODE_PROD,
132-
NODE_PROFILING,
133-
FB_WWW_DEV,
134-
FB_WWW_PROD,
135-
FB_WWW_PROFILING,
136-
],
129+
bundleTypes: [NODE_DEV, NODE_PROD],
137130
moduleType: ISOMORPHIC,
138131
entry: 'react-fetch/index.browser',
139132
global: 'ReactFetch',

0 commit comments

Comments
 (0)