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

[Chunk Split] split shared chunk between boundaries #634

Open
huozhi opened this issue Jan 11, 2025 · 0 comments
Open

[Chunk Split] split shared chunk between boundaries #634

huozhi opened this issue Jan 11, 2025 · 0 comments
Labels

Comments

@huozhi
Copy link
Owner

huozhi commented Jan 11, 2025

If there's a module is imported by both a client and server modules, it needs to be split into a module where it's in server boundary or better just a separate chunk shared by client and server modules. This is because it could be inlined in the client boundary and then being imported by server boundary, and led to errors.

@huozhi huozhi added the feature label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant