You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using NuxtUI with Iconify and four collections: Material Symbols, Heroicons, let's icon and Simple Icons.
However, after installing these collections and building my project, the generated packages are several megabytes in size. These packages take up about 80% of my project size, which heavily impacts performance.
total size of my project :
I’d like to:
Import only the specific icons I use from these collections instead of including everything.
Know if there’s a built-in way to achieve this in Iconify/nuxt-icon or any recommended approach.
The text was updated successfully, but these errors were encountered:
+1, I just installing the fluent-emoji iconify set and my build started to fail due to out of memory issues. Adding node-options=--max-old-space-size=16384 to .npmrc allowed things to build again, but the prerender step took about 4 minutes and the package size was over 30 mb.
Hello,
I'm using NuxtUI with Iconify and four collections: Material Symbols, Heroicons, let's icon and Simple Icons.
However, after installing these collections and building my project, the generated packages are several megabytes in size. These packages take up about 80% of my project size, which heavily impacts performance.
total size of my project :
I’d like to:
Import only the specific icons I use from these collections instead of including everything.
Know if there’s a built-in way to achieve this in Iconify/nuxt-icon or any recommended approach.
The text was updated successfully, but these errors were encountered: