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
Yeah, it doesn't do the network fetch. I agree we should improve the message to guide users to install packages @iconify-json/*
Do we really need to add those packages manually, even with the new "scan" option?
We were trying to avoid having to install those packages since we only use some icons and they greatly increase the bundle size.
So we had those most used icons hardcoded on "clientBundle.icons" and also have the "clientBundle.scan" option enabled.
From the docs we assumed that this would add the hardcoded icons and then scan the rest of the app for the other icons it finds and therefore include only the icons that are actually used (?)
Hi,
Just updated to latest version and was trying out the new icon.clientBundle.icons property but apparently the icons are not getting fetched.
We get the following issue when running "yarn dev -o" or "yarn build":
Reproduction link:
https://stackblitz.com/edit/nuxt-starter-rhvysv?file=nuxt.config.ts
Thank you, cheers!
The text was updated successfully, but these errors were encountered: