Skip to content

Commit

Permalink
chore: Update Bundle Sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis committed Dec 13, 2019
1 parent c4c2848 commit be769a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/rollup/results.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"filename": "main.development.js",
"bundleType": "NODE_DEV",
"packageName": "main",
"size": 136038,
"gzip": 34392
"size": 138863,
"gzip": 35133
},
{
"filename": "main.production.min.js",
"bundleType": "NODE_PROD",
"packageName": "main",
"size": 136038,
"gzip": 34392
"size": 138863,
"gzip": 35133
}
]
}

0 comments on commit be769a6

Please sign in to comment.