fluentui icon indicating copy to clipboard operation
fluentui copied to clipboard

[Feature]: migrate from internal `bundle-size` to OSS `monosize`

Open Hotell opened this issue 2 years ago • 2 comments

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.

Hotell avatar May 22 '23 11:05 Hotell

monosize recently moved to native ESM modules - we need to be on node 18 in order to migrate.

Hotell avatar May 30 '23 16:05 Hotell

@Hotell AFAIR Node 16 can run it, Node 18 is required only for one of storage adapters to use native fetch.

layershifter avatar May 30 '23 17:05 layershifter