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(webpack): hot reload fails after compile error (fixes #762) #775

Merged
merged 1 commit into from Jun 6, 2021

Conversation

Anber
Copy link
Collaborator

@Anber Anber commented Jun 6, 2021

Motivation

In case of an error, webpack loaders don't mark some files as a dependency and that causes problems with HMR. (#762)

Summary

This PR adds an explicit call of addDependency for required files.

@Anber Anber merged commit 67fcd81 into master Jun 6, 2021
@Anber Anber deleted the issue/762 branch June 6, 2021 11:26
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.

None yet

1 participant