Skip to content

fix: missing sideEffects: false in root package.json resulting in bigger bundles in various bundlers.#1746

Merged
igalklebanov merged 1 commit intomasterfrom
root-side-effects-false
Mar 18, 2026
Merged

fix: missing sideEffects: false in root package.json resulting in bigger bundles in various bundlers.#1746
igalklebanov merged 1 commit intomasterfrom
root-side-effects-false

Conversation

@igalklebanov
Copy link
Copy Markdown
Member

@igalklebanov igalklebanov commented Mar 17, 2026

Hey 👋

closes #1743.

This PR adds sideEffects: false to the main package.json file as suggested in the issue.

Seems to be legit.

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kysely Ready Ready Preview, Comment Mar 17, 2026 11:56pm

Request Review

@github-actions
Copy link
Copy Markdown

✅ ⏱️ No benchmark changes detected following 1528e1c.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Mar 17, 2026

commit: 1528e1c

@igalklebanov igalklebanov changed the title TBD fix: missing sideEffects: false in root package.json. Mar 18, 2026
@igalklebanov igalklebanov changed the title fix: missing sideEffects: false in root package.json. fix: missing sideEffects: false in root package.json resulting in bigger bundles in various bundlers. Mar 18, 2026
@igalklebanov igalklebanov added bug Something isn't working integration related to an integration with another library labels Mar 18, 2026
@igalklebanov igalklebanov marked this pull request as ready for review March 18, 2026 00:25
@igalklebanov igalklebanov merged commit 5e55dc2 into master Mar 18, 2026
32 checks passed
@igalklebanov igalklebanov deleted the root-side-effects-false branch March 18, 2026 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working integration related to an integration with another library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sideEffects: false missing from root package.json — breaks tree-shaking in Rolldown/Vite 8/esbuild/webpack

1 participant