Getting mix processCssUrls: false, and fontawesone not working together
So I'm trying to keep my file structure the same when when I smash everything together with mix, but my fontawesome icons all break when I npm run dev. My webpack.mix.js looks like this right now.
I broke the bootstrap and font-awesome imports up into a different scss file thinking that would help but still breaks all the icons. Am I missing something here?
All the icons break because it doesn't know where to look anymore for the icons. You also need to add a copy command that copies over all the font-awesome fonts to your public directory