Skip to content

[Chunk Split] split shared chunk between boundaries #634

@huozhi

Description

@huozhi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions