Replies: 1 comment
-
I'm also really curious. Have you found something for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following the Docs on integrating FA with Nuxt 3 (https://fontawesome.com/docs/web/use-with/vue/use-with), importing a whole icon set results in a large bundle size. The alternative would be importing individual icons and adding them to the library.
Is there a way to import the whole set and have Vite tree-shake the bundle and remove unused icons?
Beta Was this translation helpful? Give feedback.
All reactions