fluentui-system-icons
fluentui-system-icons copied to clipboard
chore(react-icons): migrate to ts 4.9.5
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 ?