fluentui-system-icons icon indicating copy to clipboard operation
fluentui-system-icons copied to clipboard

chore(react-icons): add bundle-size safe guards

Open Hotell opened this issue 5 months ago • 0 comments

Adds bundle size measurement and reporting for the @fluentui/react-icons package, integrating the monosize tool into the workflow and adding supporting configuration.

  1. new PR workflow step
  • runs monosize measure for existing fixtures
  • runs monosize compare-reports comparing repo stored storage vs current PR measurement
image
  1. adds "dummy" createLocalStorage which operates on physical repo files
  • stores baseline via default branch main pipeline to repo
    • NOTE: this might not work (depends on repo setup of protected branches) and will need to be reworked to use GHA artifacts

Hotell avatar Aug 04 '25 15:08 Hotell