Skip to content

Commit

Permalink
update size-limit, pin compression to gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Nov 27, 2023
1 parent c05871c commit 25d0968
Show file tree
Hide file tree
Showing 3 changed files with 756 additions and 104 deletions.
4 changes: 4 additions & 0 deletions .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ const checks = [
config.name || config.import
? `import ${config.import} from "${config.path}"`
: config.path,
// newer versions of size-limit changed to brotli as a default
// we'll stay on gzip for now, so results are easier to compare
gzip: true,
ignore: [
...(config.ignore || []),
"rehackt",
"react",
"react-dom",
"@graphql-typed-document-node/core",
Expand Down
Loading

0 comments on commit 25d0968

Please sign in to comment.