awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesBundle Budgeting

Defining and enforcing size limits for JavaScript bundles to prevent performance regressions.

Distinct from JavaScript Bundling Workflows: Focuses on the enforcement of a size budget rather than the general process of bundling files.

Explore 1 awesome GitHub repository matching web development · Bundle Budgeting. Refine with filters or upvote what's useful.

Awesome Bundle Budgeting GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ai/size-limitAvatar de ai

    ai/size-limit

    6,911Voir sur GitHub↗

    size-limit is a set of specialized tools for measuring JavaScript bundle sizes and enforcing performance budgets within continuous integration pipelines. It functions as a bundle size monitor and budget enforcer that can reject pull requests when JavaScript bundles exceed predefined size thresholds. The project distinguishes itself by providing a browser-based execution profiler that calculates the time required to compile and execute JavaScript on simulated low-end hardware. It also includes a tree-shaking validator that analyzes partial import bundle sizes to verify that unused code is corr

    Prevents performance regressions by failing builds when JavaScript bundles exceed a predefined size limit.

    JavaScript
    Voir sur GitHub↗6,911
  1. Home
  2. Web Development
  3. JavaScript Bundling Workflows
  4. Bundle Budgeting