Skip to content

Commit

Permalink
[core] update size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 1, 2019
1 parent 5296982 commit c1ff40a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@ module.exports = [
name: 'The size of the @material-ui/core/Button component',
webpack: true,
path: 'packages/material-ui/build/esm/Button/index.js',
limit: '27.0 KB',
limit: '24.8 KB',
},
{
// vs https://bundlephobia.com/result?p=react-modal
name: 'The size of the @material-ui/core/Modal component',
webpack: true,
path: 'packages/material-ui/build/esm/Modal/index.js',
limit: '27.0 KB',
limit: '24.1 KB',
},
{
// vs https://bundlephobia.com/result?p=react-popper
name: 'The size of the @material-ui/core/Popper component',
webpack: true,
path: 'packages/material-ui/build/esm/Popper/index.js',
limit: '10.7 KB',
limit: '9.7 KB',
},
{
// vs https://bundlephobia.com/result?p=react-responsive
Expand Down

0 comments on commit c1ff40a

Please sign in to comment.