Skip to content

fix(dev): wait for both manifest plugins to emit files#157

Merged
ValeraS merged 1 commit intomainfrom
fix/issue-156
Oct 9, 2024
Merged

fix(dev): wait for both manifest plugins to emit files#157
ValeraS merged 1 commit intomainfrom
fix/issue-156

Conversation

@ValeraS
Copy link
Copy Markdown
Collaborator

@ValeraS ValeraS commented Oct 8, 2024

No description provided.

@ValeraS ValeraS linked an issue Oct 8, 2024 that may be closed by this pull request
@ValeraS ValeraS requested a review from ogonkov October 9, 2024 07:12
return server;
}

function subscribeToManifestReadyEvent(compiler: webpack.Compiler, onManifestReady: () => void) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we don't just wait for webpack with all child compilations to finish?

Copy link
Copy Markdown
Collaborator Author

@ValeraS ValeraS Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because we don't want to wait for, for example, ts checker or statoscope.

@ValeraS ValeraS merged commit a87b9e5 into main Oct 9, 2024
@ValeraS ValeraS deleted the fix/issue-156 branch October 9, 2024 14:16
@gravity-ui gravity-ui Bot mentioned this pull request May 6, 2026
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.

dev command is starts server too early

2 participants