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 #8907

Closed
wants to merge 4 commits into from
Closed

Module ID hashing for production builds #8907

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/next.js#68404.

Lichu Acuña added 4 commits July 29, 2024 17:11
Copy link

vercel bot commented Aug 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 2:48pm
rust-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 2:48pm
8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Aug 1, 2024 2:48pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Aug 1, 2024 2:48pm
examples-gatsby-web ⬜️ Ignored (Inspect) Aug 1, 2024 2:48pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Aug 1, 2024 2:48pm
examples-native-web ⬜️ Ignored (Inspect) Aug 1, 2024 2:48pm
examples-svelte-web ⬜️ Ignored (Inspect) Aug 1, 2024 2:48pm
examples-tailwind-web ⬜️ Ignored (Inspect) Aug 1, 2024 2:48pm
examples-vite-web ⬜️ Ignored (Inspect) Aug 1, 2024 2:48pm

Copy link
Contributor

github-actions bot commented Aug 1, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

github-actions bot commented Aug 1, 2024

✅ This change can build next-swc

Copy link
Contributor

github-actions bot commented Aug 1, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Turbopack Rust clippy
  • Turbopack Rust tests (mac/win, non-blocking)

See workflow summary for details

@LichuAcu LichuAcu closed this Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant