From 869dbda7224aaf1f182c946b3f5876e8ca688105 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 27 Feb 2020 18:17:58 +0000 Subject: [PATCH] Don't build shallow renderer for FB (#18153) --- scripts/rollup/bundles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rollup/bundles.js b/scripts/rollup/bundles.js index bed93da23b30c..8830b4d06715c 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -295,7 +295,7 @@ const bundles = [ }), }, { - bundleTypes: [FB_WWW_DEV, NODE_DEV, NODE_PROD, UMD_DEV, UMD_PROD], + bundleTypes: [NODE_DEV, NODE_PROD, UMD_DEV, UMD_PROD], moduleType: NON_FIBER_RENDERER, entry: 'react-test-renderer/shallow', global: 'ReactShallowRenderer',