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

Module ID hashing for production builds #68404

Closed
wants to merge 4 commits into from
Closed

Module ID hashing for production builds #68404

wants to merge 4 commits into from

Conversation

LichuAcu
Copy link

@LichuAcu LichuAcu commented Aug 1, 2024

This draft PR implements the module ID hashing global optimization.

A GlobalInformation struct is added, which is made available through the ChunkingContext trait. Constructing a new GlobalInformation takes a Project parameter, which gives the constructor access to global information.

Depends on vercel/turborepo#8907.

@ijjk ijjk added created-by: Turbopack team PRs by the Turbopack team. Turbopack Related to Turbopack with Next.js. labels Aug 1, 2024
@sokra
Copy link
Member

sokra commented Aug 1, 2024

Could you split that in stacked 2 PRs?

@LichuAcu
Copy link
Author

LichuAcu commented Aug 1, 2024

Could you split that in stacked 2 PRs?

Done!

@LichuAcu LichuAcu closed this Aug 1, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
created-by: Turbopack team PRs by the Turbopack team. locked Turbopack Related to Turbopack with Next.js.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants