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

pnpm doesn't work with waku/router #44

Closed
dai-shi opened this issue May 23, 2023 · 1 comment · Fixed by #103
Closed

pnpm doesn't work with waku/router #44

dai-shi opened this issue May 23, 2023 · 1 comment · Fixed by #103
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@dai-shi
Copy link
Owner

dai-shi commented May 23, 2023

ssr: {
// FIXME Without this, "use client" directive in waku/router/client
// is ignored, and some errors occur.
// Unless we fix this, RSC-capable packages aren't supported.
// This also seems to cause problems with pnpm.
noExternal: ["waku"],
},

@dai-shi dai-shi added bug Something isn't working help wanted Extra attention is needed labels May 23, 2023
@himself65
Copy link
Sponsor Contributor

Related: vitejs/vite#8991

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants