fontawesome-module icon indicating copy to clipboard operation
fontawesome-module copied to clipboard

Brand icons not loading in production build

Open adamaraujodelima opened this issue 4 years ago • 0 comments

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.

adamaraujodelima avatar Mar 18 '22 13:03 adamaraujodelima