-
-
Notifications
You must be signed in to change notification settings - Fork 782
Open
Task
1 / 11 of 1 issue completed
Copy link
Labels
teamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.tracking issueCategory: A tracking issue for an RFC or an unstable feature.Category: A tracking issue for an RFC or an unstable feature.
Description
make compilation readonly for all hooks
It's hard to known whether plugin change the compilation state which makes cache error prone, so we move all mutation parts into seperate params which makes track mutation explicitly and easy to invalidate outdated cache
- add_entry
- finish_modules
- seal
- optimize_chunks
- optimize_tree
- optimize_chunk_modules
- chunk_ids
- runtime_modules
- additional_chunk_runtime_requirements
- runtime_requirement_in_chunk
- additional_tree_runtime_requirements
- optimize_code_generation
- process_assets
- after_process_assets
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
teamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.tracking issueCategory: A tracking issue for an RFC or an unstable feature.Category: A tracking issue for an RFC or an unstable feature.