nuxtlabs / nuxt-component-meta

Gather Nuxt components metadata on build time and make them available on production.
69 stars 6 forks source link

Move component meta extraction to unplugin #33

Closed stafyniaksacha closed 1 year ago

stafyniaksacha commented 1 year ago

It would be great to allow to extract components meta directly with builder, via unbuild.

So we can use the meta for different purpose, and expose it in different ways

Tahul commented 1 year ago

Hello :)

I will take care of that soon, that also is needed for #42

Also, one issue that could happen is that with current approach, parsing will only occur on the filesystem version of the component, which can differ from the one that is passed to @vue/compiler-sfc, if it is targeted by transforms.

That would lead to inconsistent result between what is rendered / what data is accessible via the module.