Skip to content

Commit

Permalink
Revert "switch to using peerDeps in size calculation" (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour authored Dec 21, 2023
1 parent 8e8cbcc commit ec057a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
16 changes: 9 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
"@size-limit/preset-small-lib": "11.0.1",
"size-limit": "11.0.1"
},
"peerDependencies": {
"react": "*",
"zustand": "*"
},
"size-limit": [
{
"limit": "400 B",
"path": "../dist/index.js",
"gzip": true
"gzip": true,
"ignore": [
"react",
"react-dom",
"zustand"
]
}
]
}

0 comments on commit ec057a5

Please sign in to comment.