Skip to content

refactor(importmap): Implementing BundleJS API bundler to the importmap - #16

Merged
tatang26 merged 1 commit into
mainfrom
implementing-bundlejs
Jun 2, 2026
Merged

refactor(importmap): Implementing BundleJS API bundler to the importmap#16
tatang26 merged 1 commit into
mainfrom
implementing-bundlejs

Conversation

@tatang26

@tatang26 tatang26 commented May 19, 2026

Copy link
Copy Markdown
Contributor

This PR replaces the internal bundler implementation with BundleJS, introducing a Bundler interface that decouples the bundling backend from the rest of the tool so it can be swapped out in the future.

The key difference from the previous implementation is that the old bundler downloaded the full dependency tree as multiple separate vendor files per package. BundleJS bundles all transitive dependencies server-side and returns a single minified file per package, simplifying the vendor layout to one file per pinned package.

@tatang26
tatang26 merged commit ae27809 into main Jun 2, 2026
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.

1 participant