Skip to content

Commit

Permalink
chore: update limit-size
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Aug 22, 2023
1 parent 28fe431 commit 11aec9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -138,12 +138,12 @@
"limit-size": [
{
"path": "dist/g2.min.js",
"limit": "300 Kb",
"limit": "400 Kb",
"gzip": true
},
{
"path": "dist/g2.min.js",
"limit": "1 Mb"
"limit": "1.2 Mb"
}
],
"author": {
Expand Down

0 comments on commit 11aec9b

Please sign in to comment.