Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't rely on presence of @nuxt/ui-templates #66

Merged
merged 1 commit into from
May 3, 2024

Conversation

danielroe
Copy link
Contributor

@danielroe danielroe commented May 3, 2024

Several fixes in this PR:

  1. Don't rely on @nuxt/ui-templates being present in the repo. We've recently removed it and this is breaking projects using nuxt-component-meta: see https://github.com/nuxt/ecosystem-ci/actions/runs/8934318864
  2. We don't need to resolve nuxt/app as it is already set in nuxt.options.appDir
  3. We can resolve both paths up-front and improve performance as it no longer has to run each time that components:dirs is called.

@danielroe danielroe added the bug Something isn't working label May 3, 2024
@danielroe danielroe requested review from atinux and farnabaz May 3, 2024 10:51
@danielroe danielroe self-assigned this May 3, 2024
@farnabaz farnabaz merged commit 5b8f450 into main May 3, 2024
@farnabaz farnabaz deleted the fix/ui-templates branch May 3, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants