Skip to content

Commit

Permalink
[core] update bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 6, 2019
1 parent 6f12753 commit 6a03bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ module.exports = [
name: 'The size of the @material-ui/core modules',
webpack: true,
path: 'packages/material-ui/build/index.js',
limit: '91.3 KB',
limit: '91.2 KB',
},
{
name: 'The size of the @material-ui/styles modules',
webpack: true,
path: 'packages/material-ui-styles/build/index.js',
limit: '16.3 KB',
limit: '16.4 KB',
},
{
name: 'The size of the @material-ui/system modules',
Expand Down

0 comments on commit 6a03bd6

Please sign in to comment.