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(build): ship vue-demi to avoid resolution issues #3680

Merged
merged 1 commit into from
Mar 22, 2024
Merged

fix(build): ship vue-demi to avoid resolution issues #3680

merged 1 commit into from
Mar 22, 2024

Conversation

brc-dd
Copy link
Member

@brc-dd brc-dd commented Mar 22, 2024

closes #3677

Yarn berry and moon are known to break rollup's resolution for vue from vue-demi. This should fix that.

People experiencing issues with pnpm + vue-demi's postinstall should add this to their package.json:

{
  "pnpm": {
    "neverBuiltDependencies": ["vue-demi"]
  }
}

The user installed copy of vue-demi will be ignored.

@brc-dd brc-dd merged commit 5d3cb96 into main Mar 22, 2024
7 checks passed
@brc-dd brc-dd deleted the fix/3677 branch March 22, 2024 05:47
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vitepress is unable to build website when installed in workspace
1 participant