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

chore(react-icons): migrate to ts 4.9.5

Open Hotell opened this issue 5 months ago • 0 comments

Blocked by https://github.com/microsoft/griffel/issues/682

This is same issue we have in FUI and FAI -> because of this the only solution is to transpile to esm with griffel processing and re-transpile from esm js to commonjs:

ts[ESM] -> js[babel+griffel] -> js[ESM] -> ts[CJS] -> js[CJS]

@layershifter can you help me understand if this can have breaking consequences for users using AOT with webpack griffel plugin if they don't enforce all fluent to resolve against ESM outputs ?

Hotell avatar Jul 23 '25 14:07 Hotell