FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
73.54k stars 12.2k forks source link

Brand icons not loading in production build with NuxtJS #18832

Open adamaraujodelima opened 2 years ago

adamaraujodelima commented 2 years ago

Hi, does someone having this problem:

fontawesome: { component: 'fa', icons: { solid: true, brands: true, }, },

<fa :icon="['fab', 'linkedin']"/>

The icons is loaded in dev mode but not in build. The SVG tag is there but not showing the icon.

I'm using NuxtJS.

tagliala commented 2 years ago

Hi!

Thanks for being part of the Font Awesome Community.

I do not have knowledge of NuxtJS. I understand that it is a framework based on Vue.js, but I cannot directly help.

Could you please provide a reproducible use case and fill out our bug report template?