Skip to content

Commit

Permalink
build(performance): don't use compression in bundle size analysis (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 authored Apr 24, 2024
1 parent b2a56c0 commit c457c0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"files": [
{
"path": "dist/@davidlj95/website/browser/*.js",
"maxSize": "200kB"
"maxSize": "500kB",
"compression": "none"
}
],
"normalizeFilenames": "^.+?(\\..+?)\\.\\w+$",
Expand Down

0 comments on commit c457c0e

Please sign in to comment.