awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ai/size-limitai का अवतार

    ai/size-limit

    6,911GitHub पर देखें↗

    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
    GitHub पर देखें↗6,911
  1. Home
  2. Web Development
  3. JavaScript Bundling Workflows
  4. Bundle Budgeting