Skip to content

feat: replace webpack and npm with bun#176

Merged
joakimen merged 4 commits intomasterfrom
feat/rewrite-to-bun
Mar 6, 2026
Merged

feat: replace webpack and npm with bun#176
joakimen merged 4 commits intomasterfrom
feat/rewrite-to-bun

Conversation

@joakimen
Copy link
Contributor

@joakimen joakimen commented Mar 6, 2026

Summary

  • Replace webpack bundler with bun's built-in bundler (build.ts)
  • Switch from npm to bun for package management and script running
  • Remove webpack, ts-loader, tsx, html-loader, and unused @aws-cdk/assert dependencies
  • Update CI, Makefile, and example project accordingly

joakimen added 4 commits March 6, 2026 17:22
- Replace webpack bundler with bun's built-in bundler (build.ts)
- Switch from npm to bun for package management and script running
- Remove webpack, ts-loader, tsx, html-loader dependencies
- Remove unused @aws-cdk/assert dependency
- Add .bun-version and bunfig.toml
- Remove .tool-versions (replaced by .bun-version + .node-version)
- Update CI workflow to set up bun
- Update Makefile targets from npm to bun
@joakimen joakimen force-pushed the feat/rewrite-to-bun branch from 6dfe5b7 to afff799 Compare March 6, 2026 16:52
@joakimen joakimen merged commit 99fafa3 into master Mar 6, 2026
1 check passed
@joakimen joakimen deleted the feat/rewrite-to-bun branch March 6, 2026 16:56
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