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

build: reduce package size #18517

Merged
merged 1 commit into from
Oct 30, 2024
Merged

build: reduce package size #18517

merged 1 commit into from
Oct 30, 2024

Conversation

bluwy
Copy link
Member

@bluwy bluwy commented Oct 30, 2024

Description

Shake unused deps out in the rollup config

@bluwy bluwy added the p1-chore Doesn't change code behavior (priority) label Oct 30, 2024
// as it's not set within their package.json
if (
id.includes('node_modules/astring') ||
id.includes('node_modules/acorn')
Copy link
Member

@sapphi-red sapphi-red Oct 30, 2024

Choose a reason for hiding this comment

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

I knew this option but it didn't come up😅 Great that we can remove the patch.

@bluwy bluwy merged commit b83f60b into main Oct 30, 2024
16 checks passed
@bluwy bluwy deleted the reduce-pkg-size branch October 30, 2024 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1-chore Doesn't change code behavior (priority)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants