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(v2): clean generated manifest from previous build so we dont use the wrong one #2060

Merged
merged 1 commit into from
Nov 27, 2019

Conversation

endiliey
Copy link
Contributor

Motivation

Fix from regression in #2033

Because client and server compilation is async, sometimes we can mistakenly reuse the manifest from previous build, which is wrong.

Now i remember why I put it in build folder previously although its not used later on for end-user, because its cleaned up on every build

Have you read the Contributing Guidelines on pull requests?

yes

Test Plan

  • All CI should pass

  • Try build locally several times, manifest is used correctly

@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Nov 27, 2019
@endiliey endiliey changed the title fix(v2): clean generated manifest from previous build so we dont use … fix(v2): clean generated manifest from previous build so we dont use the wrong one Nov 27, 2019
@docusaurus-bot
Copy link
Contributor

Deploy preview for docusaurus-2 ready!

Built with commit 1a9d3dd

https://deploy-preview-2060--docusaurus-2.netlify.com

@yangshun yangshun merged commit 5adb583 into master Nov 27, 2019
@docusaurus-bot
Copy link
Contributor

Deploy preview for docusaurus-preview ready!

Built with commit 1a9d3dd

https://deploy-preview-2060--docusaurus-preview.netlify.com

@yangshun yangshun deleted the endi/manifest branch November 27, 2019 16:13
@endiliey endiliey added pr: maintenance This PR does not produce any behavior differences to end users when upgrading. pr: bug fix This PR fixes a bug in a past release. and removed pr: bug fix This PR fixes a bug in a past release. labels Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Signed Facebook CLA pr: maintenance This PR does not produce any behavior differences to end users when upgrading.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants