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: allow extending from npm packages with subpath #54

Merged
merged 2 commits into from
Feb 20, 2023
Merged

Conversation

Akryum
Copy link
Contributor

@Akryum Akryum commented Feb 18, 2023

Example:

export default defineNuxtConfig({
  extends: [
    '@acme/component-lib/nuxt',
  ],
})

Copy link
Member

@pi0 pi0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@pi0 pi0 changed the title fix: extend accept npm package subpath fix: allow extending from npm packages with subpath Feb 20, 2023
@pi0 pi0 merged commit c4c8a5e into unjs:main Feb 20, 2023
@Akryum Akryum deleted the patch-1 branch February 20, 2023 11:57
@rnaprinciple
Copy link

rnaprinciple commented Feb 22, 2023

I appreciate you giving this insightful knowledge. drive mad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants