Skip to content

Commit

Permalink
Include react-is in FB build targets (#12458)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn authored Mar 26, 2018
1 parent e1a106a commit 718d0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup/bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 718d0d2

Please sign in to comment.