pastelsky / bundlephobia

πŸ‹οΈ Find out the cost of adding a new frontend dependency to your project

Home Page:https://bundlephobia.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bundlephobia.com

Know the performance impact of including an npm package in your app's bundle.

Bundlephobia's looking for contributors and co-maintainers

Features

  • Works with ES6 packages
  • Can build css and scss packages as well (beta)
  • Reports historical trends
  • See package composition

Badges

Built using bundlephobia

Support

Liked bundlephobia? Used it's API to build something cool? Let us know!

We could use some πŸ’› and sponsorship on –

FAQ

1. Why does search for package X throw MissingDependencyError ?

This error is thrown if a package requires a dependency without adding it in its dependencies or peerDependencies list. In the absence of such a definition, we cannot reliably report the size of the package - since we cannot resolve any information about the package.

In such a case, it's best to report an issue with the package author asking the missing package to be added to its package.json

2. I see a BuildError for package X, but I'm not sure why.

You can see a detailed stack trace in your devtools console, and open an issue with the relevant details. Working on a more ideal solution for this.

Contributing

See Contributing

Sponsors

About

πŸ‹οΈ Find out the cost of adding a new frontend dependency to your project

https://bundlephobia.com

License:MIT License


Languages

Language:JavaScript 54.0%Language:TypeScript 28.1%Language:SCSS 17.1%Language:Shell 0.8%