Skip to content

Commit

Permalink
Clear up text
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 8, 2024
1 parent d9a5816 commit 6e8cc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ How we choose dependencies:

1. Always checking alternatives from npm search, not just take the most popular one.
2. By project activity looking at their repository/issues/PR.
3. By [JS bundle size](https://bundlejs.com/) if it is a web client dependency.
3. By [JS bundle size](https://bundlejs.com/) for web client dependency.
4. By [`node_modules` size](https://packagephobia.com/) and [number of subdependencies](https://npmgraph.js.org).

After adding a web client dependency, do not forget to call `cd web && pnpm size` to check the real size of dependency in our JS bundle.
Expand Down

0 comments on commit 6e8cc29

Please sign in to comment.