Skip to content

Commit 16e70a3

Browse files
committed
Removed UMD target from react-is bundle
1 parent b4ff653 commit 16e70a3

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
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: [UMD_DEV, UMD_PROD, NODE_DEV, NODE_PROD],
241+
bundleTypes: [NODE_DEV, NODE_PROD],
242242
moduleType: ISOMORPHIC,
243243
entry: 'react-is',
244244
global: 'ReactIs',

scripts/rollup/results.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -399,20 +399,6 @@
399399
"size": 41327,
400400
"gzip": 13133
401401
},
402-
{
403-
"filename": "react-is.development.js",
404-
"bundleType": "UMD_DEV",
405-
"packageName": "react-is",
406-
"size": 3760,
407-
"gzip": 1086
408-
},
409-
{
410-
"filename": "react-is.production.min.js",
411-
"bundleType": "UMD_PROD",
412-
"packageName": "react-is",
413-
"size": 1641,
414-
"gzip": 687
415-
},
416402
{
417403
"filename": "react-is.development.js",
418404
"bundleType": "NODE_DEV",

0 commit comments

Comments
 (0)