diff --git a/scripts/rollup/bundles.js b/scripts/rollup/bundles.js index edb78f9259..e20713b916 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -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',