-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Refactor: implement DEV only logic as vite plugins #219
Comments
@Aslemammad I think you can try this after #324. |
Yep! We can do that. |
I'll get to all of these issues soon, just a bit busy on my side. Thanks. |
After some investigations, it feels like eliminating worker is possible if we somehow support CommonJS #110 without |
#445 goes the other way around. If it goes well, we will likely keep worker for quite a while. So, we should move this issue forward with the worker. It means this issue is ready to tackle. |
Let's give this up for now. Our middleware architecture goes against to it. Let's revisit it when we understand the requirement better. |
After #218, I think we can move some code (including Worker) into new vite plugins.
The text was updated successfully, but these errors were encountered: