From 307d2966cbf3499cab56eadda565fcda85e36b83 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 27 Feb 2020 18:12:22 +0000 Subject: [PATCH] Don't build shallow renderer for FB --- 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 bed93da23b3..8830b4d0671 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',