I\'m trying to bundle only required Font Awesome 5 icons via webpack, but the icons are not replaced in the DOM.
I\'ve added all required packages from the
We just released version 5.0.2 and updated the @fortawesome NPM packages to fix a few bugs related to this. Make sure you upgrade before you try anything else.
The missing step of the above example is to add the icon to the library:
fontawesome.library.add(faCheck)