From b1f10a4204c668b733f9632c14902db50820a1f5 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Mon, 26 Mar 2018 15:41:37 -0700 Subject: [PATCH] Include react-is in FB build targets --- 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 b9c5f57558a56..2108c442d650d 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -238,7 +238,7 @@ const bundles = [ /******* React Is *******/ { label: 'react-is', - bundleTypes: [NODE_DEV, NODE_PROD, UMD_DEV, UMD_PROD], + bundleTypes: [NODE_DEV, NODE_PROD, FB_DEV, FB_PROD, UMD_DEV, UMD_PROD], moduleType: ISOMORPHIC, entry: 'react-is', global: 'ReactIs',