nuxtlabs / nuxt-component-meta

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

fix: node modules components #38

Closed stafyniaksacha closed 1 year ago

stafyniaksacha commented 1 year ago

This PR includes components dir to generated tsconfig used to parse component meta.
If we include all node_modules, the app start time is really affected.

We can add node_modules/nuxt/dist/app/components so native nuxt components will be typed too.

Modules which register components dirs should become before this module

Close #37

stafyniaksacha commented 1 year ago

@farnabaz should be done ;)