From c2b45b92189981d0e3432be62f4f23308f10e460 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Sun, 11 Feb 2018 08:41:28 -0800 Subject: [PATCH] Removed UMD target from react-is bundle --- 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 785d47925c675..a73d88779248e 100644 --- a/scripts/rollup/bundles.js +++ b/scripts/rollup/bundles.js @@ -238,7 +238,7 @@ const bundles = [ /******* React Is *******/ { label: 'react-is', - bundleTypes: [UMD_DEV, UMD_PROD, NODE_DEV, NODE_PROD], + bundleTypes: [NODE_DEV, NODE_PROD], moduleType: ISOMORPHIC, entry: 'react-is', global: 'ReactIs',