Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.3 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.3 KB

Bundle Budgetor

Netlify Status

Bundle Budgetor is an application crafted for developers, enabling them to monitor and budget Webpack build outputs, set sizing limits on bundles, explore budget violations and bundle anomalies.

By tapping into the Webpack build process, Bundle Budgetor analyses and gathers insights about the output, structuring and displaying them in a minimalistic UI for the developer’s consumption, because not too many developers have an appetite for JSON.

Key Features

  • A dashboard for monitoring bundles and their budgets.
  • Identifying Bundle Owners and Budgets
  • Insights on Bundles exceeding their budget
  • Insight on the new bundles being added on the latest build
  • Observing bundle sizes and build sizes over time.

Implementation

Bundle Budgetor is an application developed entirely with the Base Web React UI framework.

In addition to the user interface, it also contains an API to ingest data.

The API has been built with Netlify’s 𝛌 function, and the computed output is stored in JSONBin.io which allows for easy reads and updates.