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

fix: inconsistent behavior with lazy compilation #9

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

Nio-o
Copy link
Contributor

@Nio-o Nio-o commented Nov 29, 2023

Sometimes when using experiments.lazyCompilation manifest won't include used modules. Because stats.toJSON() returns data only from compiled modules. But we need also previously built modules.

So I try to use compilation.modules + compilation.chunks (reference) to avoid this issue

@Nio-o Nio-o self-assigned this Nov 29, 2023
@Nio-o Nio-o requested a review from antongolub November 29, 2023 16:37
@Nio-o Nio-o force-pushed the fix-lazy-comp-inconsistent branch from c4d800a to 984dec5 Compare November 29, 2023 16:42
@Nio-o Nio-o requested a review from oljekechoro November 29, 2023 16:47
@Nio-o Nio-o merged commit 1c1ab6c into master Nov 29, 2023
10 checks passed
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.

2 participants