nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
930 stars 52 forks source link

refactor: remove experimental `nuxt-config-schema` #70

Closed pi0 closed 1 year ago

pi0 commented 1 year ago

Context: https://github.com/nuxt/nuxt/issues/20209#issuecomment-1517625188

Remove deprecated nuxt-config-schema and require build-in functionality from nuxt 3.1.0.

Since integration is via a hook, we can lower nuxt dependency to 3.0.0 and avoid breaking changes too...

atinux commented 1 year ago

Thank you bro!