Sébastien Chopin
Sébastien Chopin
The new version of nuxt-icon should support custom icon, see https://github.com/nuxt-modules/icon/releases/tag/v1.0.0-beta.1
Do you want to disable it in development only @renegadevi ? Because it production this can lead to serious performance drawbacks.
Have you try adding a plugin to do it @renegadevi ```ts // plugins/iconify.ts import { disableCache } from 'iconify-icon'; export default defineNuxtPlugin(() => { if (process.dev) { disableCache('all') } })...
What cookies are you talking about?
Thank you for the feature request @dany68 This may bring some limitations: - What about dynamic icons? - How do you plan to detect the icons used in the user...
Would be nice to have a repository / reproduction to help
Could you take a look at https://github.com/hirotaka/storybook-addon-nuxt and tell me if this works?
We are in discussion with Anthony to remake this module to support all different solutions, we will keep you posted.
cc @antfu what do you think to support local in your new iteration based on @adinvadim work?
You can use `nuxt.options.icon.size = '24px` @avxkim