fluentui
fluentui copied to clipboard
[Feature]: migrate from internal `bundle-size` to OSS `monosize`
Library
- React Components / v9 (@fluentui/react-components)
- React / v8 (@fluentui/react)
Describe the feature that you would like added
We are using bundle-size tool which source etc lives within fluent. In the meantime it was "forked" and open sourced as monosize https://github.com/microsoft/monosize tool.
For better maintenance, consistency and support we will migrate to use monosize only.
Have you discussed this feature with our team
@microsoft/fluentui-react-build @layershifter
Additional context
No response
Validations
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
monosize recently moved to native ESM modules - we need to be on node 18 in order to migrate.
@Hotell AFAIR Node 16 can run it, Node 18 is required only for one of storage adapters to use native fetch.