Skip to content

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

License

Notifications You must be signed in to change notification settings

rmarkins-godaddy/bundlephobia

This branch is 141 commits behind pastelsky/bundlephobia:bundlephobia.

Folders and files

NameName
Last commit message
Last commit date
Mar 25, 2020
Mar 25, 2020
Mar 25, 2020
Apr 16, 2020
Mar 25, 2020
May 4, 2020
Apr 22, 2020
Mar 25, 2020
Mar 25, 2020
Mar 25, 2020
Mar 25, 2020
Sep 2, 2019
Feb 6, 2019
Jul 8, 2018
Mar 25, 2020
Mar 25, 2020
Mar 25, 2020
May 18, 2018
Mar 25, 2020
Mar 25, 2020
Apr 6, 2020
May 3, 2020
Mar 25, 2020
Mar 25, 2020
Mar 25, 2020
May 3, 2020

Repository files navigation

bundlephobia.com

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

Features

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

Badges

Built using bundlephobia

  • Size in browser - As seen on package searches at yarnpkg.com
  • bundlephobia-cli - A Command Line client for bundlephobia
  • importcost - An Atom plugin to display size of imported packages

Support

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

We could use some πŸ’› on our opencollective page –

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.6%
  • CSS 17.5%
  • Shell 0.9%