Skip to content

Commit

Permalink
[test] Increase size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and marcelpanse committed Oct 2, 2018
1 parent 2fe9d1c commit d6e0f80
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 @@ -22,13 +22,13 @@ module.exports = [
name: 'The size of all the modules of material-ui.',
webpack: true,
path: 'packages/material-ui/build/index.js',
limit: '92.0 KB',
limit: '92.2 KB',
},
{
name: 'The main bundle of the docs',
webpack: false,
path: main.path,
limit: '176 KB',
limit: '177 KB',
},
{
name: 'The home page of the docs',
Expand Down

0 comments on commit d6e0f80

Please sign in to comment.