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: fs cached checks disabled by default for yarn pnp #15920

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

patak-dev
Copy link
Member

Fixes #15910

Description

I don't think it is worth trying to fix the fs cache for yarn pnp. For now, let's disable it by default if it is used.


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Copy link

stackblitz bot commented Feb 15, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@patak-dev patak-dev added p3-minor-bug An edge case that only affects very specific usage (priority) feat: dev dev server labels Feb 15, 2024
@patak-dev patak-dev merged commit 8b11fea into main Feb 16, 2024
15 checks passed
@patak-dev patak-dev deleted the fix/disallow-fs-cached-checks-for-yarn-pnp branch February 16, 2024 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat: dev dev server p3-minor-bug An edge case that only affects very specific usage (priority)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vite crashes with an error when using yarn pnp + workspaces.
2 participants