Skip to content

Commit

Permalink
Increased limit size to 10MB
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Feb 28, 2023
1 parent 2917e99 commit 01db7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.json
@@ -1,12 +1,12 @@
[
{
"path": "dist/browser/masa-react.cjs.min.js",
"limit": "2MB",
"limit": "10MB",
"webpack": false
},
{
"path": "dist/browser/masa-react.window.min.js",
"limit": "2MB",
"limit": "10MB",
"webpack": false
}
]

0 comments on commit 01db7e8

Please sign in to comment.