Skip to content

Commit 718d0d2

Browse files
authored
Include react-is in FB build targets (#12458)
1 parent e1a106a commit 718d0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup/bundles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ const bundles = [
238238
/******* React Is *******/
239239
{
240240
label: 'react-is',
241-
bundleTypes: [NODE_DEV, NODE_PROD, UMD_DEV, UMD_PROD],
241+
bundleTypes: [NODE_DEV, NODE_PROD, FB_DEV, FB_PROD, UMD_DEV, UMD_PROD],
242242
moduleType: ISOMORPHIC,
243243
entry: 'react-is',
244244
global: 'ReactIs',

0 commit comments

Comments
 (0)