Skip to content

chore: disable minification of dist bundles#11

Open
John-David Dalton (jdalton) wants to merge 3 commits intomainfrom
chore/disable-minification
Open

chore: disable minification of dist bundles#11
John-David Dalton (jdalton) wants to merge 3 commits intomainfrom
chore/disable-minification

Conversation

@jdalton
Copy link
Copy Markdown

Summary

  • Removes the terser minification plugin from the rollup config
  • The dist bundles are now readable and easier to review in PRs

This makes it nicer for everyone to see exactly what's in the bundled output when reviewing changes. The dist files are a bit bigger now but that's totally fine since GitHub Actions downloads them once and they're not served to browsers or anything like that.

Test plan

  • Verify npm run build still produces working dist/main.js and dist/post.js
  • Confirm the action runs correctly in a workflow

@jdalton John-David Dalton (jdalton) marked this pull request as ready for review April 13, 2026 19:50
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.

1 participant