nuxt-community / fontawesome-module

Module to use Font Awesome icons in Nuxt.js
MIT License
110 stars 12 forks source link

Brand icons not loading in production build #45

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.