Skip to content

Conversation

@suhdonghwi
Copy link
Collaborator

This PR replaces the use of @yarnpkg/parsers with the yaml package when manipulating .yarnrc.yml.

@yarnpkg/parsers internally relies on js-yaml, which strips all comments during parsing and serialization. By switching to yaml, we preserve comments and ensure safer, non-destructive updates to the config file.

@suhdonghwi suhdonghwi requested a review from parksb November 28, 2025 02:53
@suhdonghwi suhdonghwi changed the title Use yaml package instead of @yarnpkg/parsers' to manipulate yaml Use yaml package instead of @yarnpkg/parsers to manipulate yaml Nov 28, 2025
Copy link
Member

Choose a reason for hiding this comment

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

It seems like the bundle file is not minified. Could you please check? (Unlike yarn build, test creates a non-minified bundle.)

@suhdonghwi suhdonghwi merged commit 628d65d into main Nov 28, 2025
1 check passed
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.

3 participants