Skip to content

Commit

Permalink
Merge pull request #1298 from nextstrain/bundlesize-increases
Browse files Browse the repository at this point in the history
Increase bundlesize limits
  • Loading branch information
jameshadfield committed Mar 8, 2021
2 parents f4fa3fd + ac4e9d4 commit 954f2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundlesize.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
},
{
"path": "./dist/auspice.chunk.+([0-9]).bundle.*.js",
"maxSize": "75 kB"
"maxSize": "100 kB"
},
{
"path": "./dist/auspice.chunk.core-vendors.bundle.*.js",
"maxSize": "220 kB"
},
{
"path": "./dist/auspice.chunk.other-vendors.bundle.*.js",
"maxSize": "85 kB"
"maxSize": "150 kB"
},
{
"path": "./dist/auspice.chunk.locales.bundle.*.js",
Expand Down

0 comments on commit 954f2bc

Please sign in to comment.