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

Implement an esbuild based service bundling tool #258

Open
2 tasks
kevinries opened this issue Jan 1, 2022 · 0 comments
Open
2 tasks

Implement an esbuild based service bundling tool #258

kevinries opened this issue Jan 1, 2022 · 0 comments
Assignees
Labels
CLI Weave CLI related
Milestone

Comments

@kevinries
Copy link
Member

What is this epic about?

We want to a tool to bundle services in a standalone .js file with all dependencies for smaller deployment artifacts.

What needs to be done to complete this epic?

  • Find a place where to implement it
  • Find a way for binary modules. Binary modules can't be bundled in a single .js file, so we need a way to generate a package.json for the installation step of "external" dependencies.
@kevinries kevinries added the CLI Weave CLI related label Jan 1, 2022
@kevinries kevinries added this to the 0.11.0 milestone Jan 1, 2022
@kevinries kevinries self-assigned this Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Weave CLI related
Projects
None yet
Development

No branches or pull requests

1 participant