Before using react-fa my CSS bundle size was around 400KB but after adding it has shot up to 2.0 MB, after checking I can see that all of the CSS is getting loaded in a that ?bundle, is there any fix to that?
In short - does the package have tree shaking built in?