-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chore: make next-rspack work in docs #10347
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@hardfist is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
@@ -1,4 +1,6 @@ | |||
auto-install-peers = true | |||
hoist-pattern[]=vfile-message | |||
hoist-pattern[]=next-rspack |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
next-rspack is a phantom dependency of next, so need this trick to make it work to support successfully resolve to next-rspack in next
Description
provide separate npm script to try next-rspack in turbo doc site
Testing Instructions