All Projects β†’ pastelsky β†’ Bundlephobia

pastelsky / Bundlephobia

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

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects

Projects that are alternatives of or similar to Bundlephobia

Packagephobia
βš–οΈ Find the cost of adding a new dependency to your project
Stars: ✭ 1,110 (-83.28%)
Mutual labels:  cost, npm-package, performance
Node Native Ext Loader
Loader for Node native extensions
Stars: ✭ 51 (-99.23%)
Mutual labels:  webpack, npm-package
Node Env Webpack Plugin
Simplified `NODE_ENV` handling with webpack
Stars: ✭ 51 (-99.23%)
Mutual labels:  webpack, npm-package
Awesome Bundle Size
πŸ“ An awesome list of tools and techniques to make your web bundle size smaller and your web apps load faster.
Stars: ✭ 118 (-98.22%)
Mutual labels:  webpack, performance
Aws Lambda Power Tuning
AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.
Stars: ✭ 3,040 (-54.22%)
Mutual labels:  cost, performance
Express React Boilerplate
πŸš€πŸš€πŸš€ This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-99.52%)
Mutual labels:  webpack, npm-package
Add Asset Webpack Plugin
Dynamically add an asset to the Webpack graph
Stars: ✭ 84 (-98.73%)
Mutual labels:  webpack, npm-package
Fast Uglifyjs Plugin
hight performance uglify plugin for webpack
Stars: ✭ 72 (-98.92%)
Mutual labels:  webpack, performance
Webpack.js.org
Repository for webpack documentation and more!
Stars: ✭ 2,049 (-69.14%)
Mutual labels:  webpack, performance
Bundle Buddy Webpack Plugin
🐐🐐🐐🐐 bundle-buddy-webpack-plugin 🐐🐐🐐🐐
Stars: ✭ 199 (-97%)
Mutual labels:  webpack, performance
Webpack Lighthouse Plugin
A Webpack plugin for Lighthouse
Stars: ✭ 271 (-95.92%)
Mutual labels:  webpack, performance
Typescript Webpack Starter
⚑ create-ts-lib: A Starter Kit and a CLI to create your TypeScript / ES6 module bundled by Webpack without thinking about build or unit tests configurations. 🏠
Stars: ✭ 358 (-94.61%)
Mutual labels:  webpack, npm-package
Aws Power Tuner Ui
AWS Lambda Power Tuner UI is an open source project creating a deployable easy to use website built on a layered technology stack allowing you to optimize your Lambda functions for cost and/or performance in a data-driven way via an easy to use UI.
Stars: ✭ 52 (-99.22%)
Mutual labels:  cost, performance
Import Cost
displays the import size of the package you are importing inside the code editor
Stars: ✭ 1,021 (-84.62%)
Mutual labels:  webpack, performance
Webpack Babel Env Deps
Find dependencies to transpile with Babel.
Stars: ✭ 130 (-98.04%)
Mutual labels:  webpack, dependencies
Webpack Libs Optimizations
Using a library in your webpack project? Here’s how to optimize it
Stars: ✭ 3,187 (-52%)
Mutual labels:  webpack, performance
Happypack
Happiness in the form of faster webpack build times.
Stars: ✭ 4,232 (-36.27%)
Mutual labels:  webpack, performance
Diving Into Webpack
webpack ζΊη θ§£ζžη³»εˆ—
Stars: ✭ 680 (-89.76%)
Mutual labels:  webpack
Mevn Cli
Light speed setup for MEVN(Mongo Express Vue Node) Apps
Stars: ✭ 696 (-89.52%)
Mutual labels:  npm-package
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (-89.79%)
Mutual labels:  webpack

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].