-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
remove ChunkingType::Separate #5419
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Logs
See job summary for details |
🟢 CI successful 🟢Thanks |
Linux Benchmark for 65aa710
Click to view full benchmark
|
fn chunking_type(&self) -> Result<ChunkingTypeOptionVc> { | ||
Ok(ChunkingTypeOptionVc::cell(Some(ChunkingType::Separate))) | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you verified that this still produces a single CSS chunk for each source CSS asset?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't, I guess the tests do that.
But the SingleItemCssChunkReference
is used in references from CssChunk
, which is in the output graph, where ChunkableAssetReference
is not used at all. ChunkableAssetReference
is only used in the module graph while determining the chunking.
MacOS Benchmark for 65aa710
Click to view full benchmark
|
Linux Benchmark for e412035Click to view benchmark
|
vercel/turborepo#5397 ## Turbopack updates * vercel/turborepo#5419 * vercel/turborepo#5397
vercel/turborepo#5397 ## Turbopack updates * vercel/turborepo#5419 * vercel/turborepo#5397
### Description We don't need that. That simplifies code Also renames SeparateAsync to Async to simplify the name a bit ### Testing Instructions CI
### Description We don't need that. That simplifies code Also renames SeparateAsync to Async to simplify the name a bit ### Testing Instructions CI
### Description We don't need that. That simplifies code Also renames SeparateAsync to Async to simplify the name a bit ### Testing Instructions CI
Description
We don't need that.
That simplifies code
Also renames SeparateAsync to Async to simplify the name a bit
Testing Instructions
CI