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: compile module before redirecting to it #385

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

andy-yuanchang
Copy link
Contributor

@andy-yuanchang andy-yuanchang commented Jul 31, 2022

What kind of change does this PR introduce?
bugfix

Did you add tests(unit,e2e) for your changes?
no

Does this PR introduce a breaking change?
no

What needs to be documented once your changes are merged?
no

At beginning, we planned to activate module in the beforeResolve.
Ideally, the HTML document should be sent after beforeResolve done, but the document will be sent before the beforeResolve finished. Even though building the document until page has compiled, the route is wrong because beforeResolve has finished after the document sent still.

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

5 participants