You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had imported below icons in Create React App and I see that it included the whole library in the bundle. Attached is a screenshot. How do we get around this?
import {
FaBarChart,
FaDatabase,
FaMinus,
FaPlus,
FaStickyNote
} from 'react-icons/lib/fa'
import { IoChatboxWorking } from 'react-icons/lib/io'
markusenglund, EvanLovely, RikkiGibson, haakenlid, Stalinko and 70 more