-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Support server bundling with vite #21
Comments
I will see if I can do it in this repo. |
This was referenced May 5, 2023
Open
Have you thought through it? I guess we just need to adapt the register logic in Rollup and apply it for |
Well, I'm learning vite. Will open a PR if something is ready. |
Having a trouble... (It's worked around.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, wakuwork uses
react-server-dom-webpack/node-loader
for handing"use client"
and"use server"
.We use vite for client bundling, but for server bundling we use a naive approach.
It's limited. For example, we now don't support
"use client"
innode_modules
.I'm hoping we could use vite for server bundling. Wish vite-rsc does that.
@nksaraf What's the current status?
The text was updated successfully, but these errors were encountered: