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

revert(core): call ready to prevent breaking changes #5413

Merged
merged 6 commits into from Mar 30, 2019
Merged

revert(core): call ready to prevent breaking changes #5413

merged 6 commits into from Mar 30, 2019

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Mar 29, 2019

fixes #5408.

This fixes the condition when nuxt is starting programmatically in production mode with a custom server like express that does not calls ready(). We shouldn't change it until 3.0 because it is a breaking change for this condition. PS: No action is required from the side of users. Calling and awaiting on ready() after the constructor is still recommended.

@pi0 pi0 requested a review from a team March 29, 2019 20:10
README.md Show resolved Hide resolved
@pi0 pi0 requested review from manniL and a team March 30, 2019 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Programmatic usage breaks when upgrading from v2.4 to v2.5
3 participants