Skip to content

Commit

Permalink
fix(pkg): Enlarge bundlesize threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Sep 13, 2020
1 parent ad22d88 commit aab9c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,15 +294,15 @@
"bundlesize": [
{
"path": "./dist/antd.min.js",
"maxSize": "300 kB"
"maxSize": "320 kB"
},
{
"path": "./dist/antd.min.css",
"maxSize": "65 kB"
},
{
"path": "./dist/antd.dark.min.css",
"maxSize": "66 kB"
"maxSize": "67 kB"
},
{
"path": "./dist/antd.compact.min.css",
Expand Down

0 comments on commit aab9c13

Please sign in to comment.