Skip to content

Commit

Permalink
Removed UMD target from react-is bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Feb 11, 2018
1 parent b4ff653 commit c2b45b9
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: [UMD_DEV, UMD_PROD, NODE_DEV, NODE_PROD],
bundleTypes: [NODE_DEV, NODE_PROD],
moduleType: ISOMORPHIC,
entry: 'react-is',
global: 'ReactIs',
Expand Down

0 comments on commit c2b45b9

Please sign in to comment.