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 16e70a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
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
14 changes: 0 additions & 14 deletions scripts/rollup/results.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,20 +399,6 @@
"size": 41327,
"gzip": 13133
},
{
"filename": "react-is.development.js",
"bundleType": "UMD_DEV",
"packageName": "react-is",
"size": 3760,
"gzip": 1086
},
{
"filename": "react-is.production.min.js",
"bundleType": "UMD_PROD",
"packageName": "react-is",
"size": 1641,
"gzip": 687
},
{
"filename": "react-is.development.js",
"bundleType": "NODE_DEV",
Expand Down

0 comments on commit 16e70a3

Please sign in to comment.