microsoft / fluentui-system-icons

Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.
https://aka.ms/fluentui-system-icons
MIT License
5.9k stars 518 forks source link

Importing icons in React app results in huge bundle size. #494

Closed steabert closed 1 year ago

steabert commented 1 year ago

When bundling a React application that imports icons, all chunks get bundled in the final bundle. Is there any way to avoid this?

steabert commented 1 year ago

Closing this since I don't see the problem when importing just a single icon directly in the app. In that case, treeshaking in esbuild seems to work. The problem seems to be when cjs imports are involved.