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: catalog dev watch memory leak #4509

Merged

Conversation

vdegenne
Copy link
Contributor

Following #4506 which didn't really solve the memory leak, just slowed it down.

This PR really solves the memory leak problem which originated from the copy-stories wireit task in the catalog package.
../*/demo value in files field was expanding to ../node_modules/... paths, causing the loop.

@vdegenne
Copy link
Contributor Author

@augustjk Requesting a review from you since we've discussed about this issue together.

@augustjk
Copy link
Contributor

I think an npm i from the root to sync the package-lock.json with adding back the "." in workspaces would be good. Otherwise looks good to me. Good find!

package.json Outdated Show resolved Hide resolved
@e111077 e111077 self-assigned this Jun 29, 2023
@e111077
Copy link
Contributor

e111077 commented Jun 30, 2023

Cool, sent for internal review. Unfortunately I can't approve it because I imported it, and it's currently outside of regular working hours, so someone should approve it tomorrow and the bot should merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants