fluentui-system-icons
fluentui-system-icons copied to clipboard
chore(react-icons): add bundle-size safe guards
Adds bundle size measurement and reporting for the @fluentui/react-icons package, integrating the monosize tool into the workflow and adding supporting configuration.
- new PR workflow step
- runs
monosize measurefor existing fixtures - runs
monosize compare-reportscomparing repo stored storage vs current PR measurement
- adds "dummy"
createLocalStoragewhich 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