I\'m trying to use Fontawesome in my Flask/webpack project.
The craziest thing is some point it worked then stopped, I changed something stupid, it worked again and fina
I am using the pro version, which is essentially the same in terms of usage, the ending of the name is '-pro' instead of '-free'.
I am importing the font awesome all.js file into my index.js file:
import '@fortawesome/fontawesome-pro/js/all.js'
And importing the css into my index.scss file:
@import '~@fortawesome/fontawesome-pro/css/all.css';