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

refactor(v2): move unused generated files out from build folder #2033

Merged
merged 1 commit into from
Nov 24, 2019

Conversation

endiliey
Copy link
Contributor

Motivation

chunk-map and client-manifest.json is actually not useful in build folder. We shouldn't put it in build folder, but put it in generated folder instead.

The benefit of this is that less space is used for build artifacts. (eg: if pushing to github pages or aws-bucket, these files are not uploaded)

Have you read the Contributing Guidelines on pull requests?

yes

Test Plan

dev chunk map still working
dev - chunkmap

its now moved to generated dir
moved to generated dir

@endiliey endiliey added the pr: maintenance This PR does not produce any behavior differences to end users when upgrading. label Nov 23, 2019
@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Nov 23, 2019
@docusaurus-bot
Copy link
Contributor

Deploy preview for docusaurus-2 ready!

Built with commit e032222

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

@docusaurus-bot
Copy link
Contributor

Deploy preview for docusaurus-preview ready!

Built with commit e032222

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

Copy link
Contributor

@yangshun yangshun left a comment

Choose a reason for hiding this comment

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

Will we ever need this in the build directory for debugging purposes?

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