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

Investigate ESBuild #34

Open
dgp1130 opened this issue Feb 26, 2021 · 0 comments
Open

Investigate ESBuild #34

dgp1130 opened this issue Feb 26, 2021 · 0 comments
Labels
feature New feature or request

Comments

@dgp1130
Copy link
Owner

dgp1130 commented Feb 26, 2021

rules_nodejs recently added an @bazel/esbuild package. We should investigate if using that is better than rollup_bundle(). Currently I don't think it solves #26, but it is worth evaluating. esbuild itself seems to support multiple entry points and outputs to a directory of the same structure, so I think it is as capable as Rollup in this regard. It doesn't seem like @bazel/esbuild supports multiple entry points at the moment though, so that may be a separate issue to work through.

@dgp1130 dgp1130 added the feature New feature or request label Feb 26, 2021
@dgp1130 dgp1130 changed the title ES build Investigate ESBuild Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant